mirror of
https://gitlab.com/fdroid/gradlew-fdroid.git
synced 2025-11-21 02:19:30 +01:00
13 lines
637 B
Markdown
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.
|