oh-my-zsh/plugins/gradle
Erik Zivkovic 3b13dc07d8 gradle: extract simple task names from subproject tasks (#5704)
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.
2016-12-14 17:25:48 +01:00
..
_gradle Improve gradle plugin task parsing (#5230) 2016-09-15 12:16:46 +02:00
_gradlew Improve gradle plugin task parsing (#5230) 2016-09-15 12:16:46 +02:00
gradle.plugin.zsh gradle: extract simple task names from subproject tasks (#5704) 2016-12-14 17:25:48 +01:00