mirror of
https://gitlab.com/fdroid/gradlew-fdroid.git
synced 2025-11-18 00:35:58 +01:00
637 B
637 B
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.