• Erik Zivkovic's avatar
    gradle: extract simple task names from subproject tasks (#5704) · 3b13dc07
    Erik Zivkovic authored
    Currently, only tasks with complete subproject specifier are added to
    .gradletasknamecache. Gradle commands can be called for all (sub-)projects
    they are defined for, using their name as defined in the subproject, here
    called "simple" task names. One example is "gradle clean".
    
    This patch adds support for parsing out those "simple" task names from the list
    of fully specified task names. The .gradletasknamecache file will contain
    both the fully specified names, and the "simple" names for your autocompletion
    pleasure.
    3b13dc07
Name
Last commit
Last update
cache Loading commit data...
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
oh-my-zsh.sh Loading commit data...