gradle-completion 1.3.1-1.1 source package in Ubuntu
Changelog
gradle-completion (1.3.1-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Tue, 05 Jan 2021 13:18:25 +0100
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
gradle-completion_1.3.1-1.1.dsc | 2.0 KiB | dd36ca6b6994d1be525bcf5a2b9d2631e702034d27bb413a61d7a5bd1b5c0436 |
gradle-completion_1.3.1.orig.tar.gz | 82.7 KiB | d2a83ed883f5ca7f209e23f3b0b500bd849221f8a5aeaab1517afade8f20b3d2 |
gradle-completion_1.3.1-1.1.debian.tar.xz | 1.9 KiB | 6d1b5696df118b338e651a3fdad2e1811f611da04fb25ad159225273cc195937 |
Available diffs
- diff from 1.3.1-1 to 1.3.1-1.1 (375 bytes)
No changes file available.
Binary packages built by this source
- gradle-completion: Bash and Zsh completion support for Gradle
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.