Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

8.3.0.1

Compare
Choose a tag to compare
@meowool-bot meowool-bot released this 21 Sep 13:29
· 1933 commits to main since this release
ecedffb

Release v8.3.0.1

Please refer to the commit history for a full list of changes.

Upgrade

To quickly switch your build to Cradle 8.3.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.3.0.1/cradle-8.3.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.3.0.1-all.zip 91c1013b7746db2e443f5284a3712e4ac25d5c0e9be83411dda420a973353811
cradle-8.3.0.1-bin.zip 1dc586984f00ab37fe312fec891e07d6d249d8a1a1e89416d2d28a309f0e7d98
cradle-8.3.0.1-src.zip 317b2e19afef45e76999f2e6c38b47948dfb2bd65e553022b2c1c1d6ac1b242c

Alternatively, if you prefer, you can download the corresponding *.sha256 file and manually copy the checksum from there.