mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Improve gradle plugin task parsing
Added _gradle and _gradlew as symbolic links to gradle.plugin.zsh, otherwise the plugin was not properly loaded. Output from `gradlew tasks --all` is now parsed in two levels, first we find segments between `------...` and a newline. Second, all those lines are parsed and cleaned using awk and added to .gradletasknamecache. Tested on gradle 2.13, and gradlew 2.14.
This commit is contained in:
parent
644bc641ad
commit
11e098a0f6
3 changed files with 41 additions and 2 deletions
1
plugins/gradle/_gradlew
Symbolic link
1
plugins/gradle/_gradlew
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
gradle.plugin.zsh
|
||||
Loading…
Add table
Add a link
Reference in a new issue