summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_gradle
AgeCommit message (Collapse)AuthorFilesLines
2023-11-0152179: Fix gradlew completion when it isn't in PATHShohei Yoshida1-1/+1
2022-05-07Marlon Richert: 49954: gradle completion improvementsBart Schaefer1-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.
2021-09-28Add support for multi-project builds to _gradleMarlon Richert1-8/+30
2021-07-0949150: consistently use singular form for headings on completion match groupsOliver Kiddle1-4/+4
2013-01-29Jesper Nygårds: 31012: gradle completion updatePeter Stephenson1-5/+11
2012-03-2530378: new gradle completionMikael Magnusson1-0/+114