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

13 lines
637 B
Markdown

# gradlew-fdroid
_gradlew-fdroid_ is 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. 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](https://gitlab.com/fdroid/gradle-transparency-log/) to get
the SHA-256 checksum.