mirror of
https://gitlab.com/fdroid/gradlew-fdroid.git
synced 2025-11-12 13:55:59 +01:00
A reimplementation of [Gradle's
"wrapper"](https://docs.gradle.org/current/userguide/gradle_wrapper.html) script
called _gradlew_, which automatically downloads the official Gradle binary and
executes it. Unlike Gradle's _gradlew_, F-Droid's _gradlew-fdroid_ will always
verify the downloaded Gradle binary.
| .vscode | ||
| tests | ||
| .bandit | ||
| .editorconfig | ||
| .mailmap | ||
| CONTRIBUTING.md | ||
| gradlew-fdroid | ||
| LICENSE | ||
| README.md | ||
gradlew-fdroid
gradlew-fdroid is a reimplementation of Gradle's "wrapper" script called gradlew, which automatically downloads the official Gradle binary and executes it. Unlike Gradle's gradlew, F-Droid's gradlew-fdroid will always verify the downloaded Gradle binary. It does this in one of two two ways:
- It uses the SHA-256 checksum if is included in the script itself.
- It downloads and verifies the signed checksums.json from F-Droid's Gradle Transparency Log to get the SHA-256 checksum.