fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
343 B
Text
10 lines
343 B
Text
Bash and Zsh completion support for Gradle.
|
|
|
|
This provides fast tab completion for:
|
|
|
|
- Gradle tasks for the current project and sub-projects
|
|
- Gradle CLI switches (e.g. --parallel)
|
|
- Common Gradle properties (e.g. -Dorg.gradle.debug)
|
|
|
|
It also handles custom default build files, so rootProject.buildFileName =
|
|
'build.gradle.kts' is supported.
|