- 28 Feb, 2020 1 commit
-
-
Wenbing Li authored
It should be `--rerun-tasks`, the original one miss a 's' at the end. See https://docs.gradle.org/current/userguide/command_line_interface.html
-
- 12 Feb, 2020 1 commit
-
-
Jonatan Ivanov authored
- Similarly to the mvn plugin - Without this fix, the shell crashes in some cases
-
- 08 Oct, 2019 1 commit
-
-
Qinfeng Chen authored
-
- 29 Mar, 2019 1 commit
-
-
Janek authored
-
- 04 Oct, 2018 1 commit
-
-
Zach Whitten authored
-
- 29 Aug, 2018 1 commit
-
-
Janosch Schwalm authored
-
- 08 May, 2018 1 commit
-
-
David Harrigan authored
This change allows the gradle plugin to recongise build.gradle.kts files and thus generate the autocomplete entries. -=david=- closes #6528
-
- 04 Jan, 2017 1 commit
-
-
Eric Wendelin authored
* Sort gradle options for autocompletion This will allow us to more easily keep the options list up-to-date * Add missing gradle options to gradle plugin Reflect documentation at https://docs.gradle.org/3.2.1/userguide/gradle_command_line.html
-
- 14 Dec, 2016 1 commit
-
-
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.
-
- 15 Sep, 2016 1 commit
-
-
Erik Zivkovic authored
* 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. * Remove .gradletasknamecache before regenerating it Remove the .gradletasknamecache file to avoid having an unnecessary newline at the top of the file when regenerating it. * Improve gradle task parsing by writing .gradletasknamecache atomically Previously the .gradletasknamecache file was written line by line inside a parsing loop, which could cause errors such as half-written cache files if the process was aborted. This also removes the need of deleting the .gradletasknamecache file before parsing.
-
- 21 Nov, 2015 2 commits
-
-
Marc Cornellà authored
- Delete useless #!zsh - Simplify gradle build file check - Format comments and delete TODO stuff (already dealt with) - Use `$()` syntax for cat commands
-
Gergely Nagy authored
-
- 04 Oct, 2015 1 commit
-
-
Kevin O'Neal authored
-
- 17 Sep, 2015 1 commit
-
-
Alexander Olsson authored
Instead of requiring to add `cwd` to path, just use `gradlew` from the local folder. This is how most gradle wrapper projects are laid out
-
- 02 Sep, 2015 1 commit
-
-
Eric Bottard authored
-
- 25 Apr, 2015 1 commit
-
-
Matthew Ziegelbaum authored
-
- 02 Jun, 2014 1 commit
-
-
Doug Jones authored
-
- 12 Mar, 2013 1 commit
-
-
Spencer Rinehart authored
-
- 11 Aug, 2011 1 commit
-
-
Matthew Git McCullough authored
* Enhanced gradle plugin to parse tasks from a quick execution of the tool * Added a duplicated function for gradlew completion that uses gradlew internally. Builds like Gradle itself (built with Gradle) are sensitive to being run with a matching gradlew version. * Fixed broken caching of gradle task names. Added - and -- argument completions.
-