about summary refs log tree commit diff
path: root/Completion/Unix/Command/_gradle
Commit message (Collapse)AuthorAgeFilesLines
* 52179: Fix gradlew completion when it isn't in PATHShohei Yoshida2023-11-011-1/+1
|
* Marlon Richert: 49954: gradle completion improvementsBart Schaefer2022-05-071-53/+61
| | | | | | | | | | | | * Adjust the pattern for matching tasks. The old one was too strict, causing it to filter out perfectly valid tasks. * Add completion of subproject names. * Prevent subproject tasks from overwriting the main task description. * Require `:` prefix for showing subprojects. * Require a subproject prefix before showing subproject tasks. * Standardize the use of completion tags. * Rebuild the cache if it can't be read or doesn't contain the required arrays.
* Add support for multi-project builds to _gradleMarlon Richert2021-09-281-8/+30
|
* 49150: consistently use singular form for headings on completion match groupsOliver Kiddle2021-07-091-4/+4
|
* Jesper Nygårds: 31012: gradle completion updatePeter Stephenson2013-01-291-5/+11
|
* 30378: new gradle completionMikael Magnusson2012-03-251-0/+114