gradlew-fdroid/README.md
Hans-Christoph Steiner 72d3468f75
add README
2025-07-21 23:11:33 +02:00

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.