This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
Release v8.4.0.1
Please refer to the commit history for a full list of changes.
Upgrade
To quickly switch your build to Cradle 8.4.0.1
, run the following command in your project's root directory:
./gradlew wrapper --gradle-distribution-url=https://github.com/meowool/cradle/releases/download/v8.4.0.1/cradle-8.4.0.1-bin.zip
If you are unable to use the command above, you can manually update the distributionUrl
property in the gradle/wrapper/gradle-wrapper.properties
file. Simply replace it with the download link for this version.
Note
You have the flexibility to choose a zip file with either the -bin
or -all
suffix.
Verification
To verify the integrity of the downloaded zip file, you can compare its SHA-256 checksum with the one listed below. For more information on how to do this, please refer to the Gradle documentation.
Download | SHA-256 Checksum |
---|---|
cradle-8.4.0.1-all.zip | 344f273dd07b1d5339c75dbc12141b69511d53acb967f1caedc5afc1273e1a7f |
cradle-8.4.0.1-bin.zip | 6ab113929eaefe6eca643e39e1d8a95a4a2512150ba1945e943930a4d8d3b217 |
cradle-8.4.0.1-src.zip | 6ee3fba82696031606485617416f901878ec42f04b2b1561376bd3b4aefb8808 |
Alternatively, if you prefer, you can download the corresponding *.sha256
file and manually copy the checksum from there.