haveno/gradle
2023-02-15 09:26:09 -05:00
..
wrapper upgrade to Gradle 7.3.3 (#439) 2022-09-19 08:59:57 -04:00
README.md upgrade to Gradle 7.3.3 (#439) 2022-09-19 08:59:57 -04:00
verification-metadata.xml update to monero-java v0.7.11 2023-02-15 09:26:09 -05:00

How to upgrade the Gradle version

Visit the Gradle website and decide the:

  • desired version
  • desired distribution type
  • what is the sha256 for the version and type chosen above

Adjust the following command with tha arguments above and execute it twice:

./gradlew wrapper --gradle-version 7.3.3 \
    --distribution-type all \
    --gradle-distribution-sha256-sum c9490e938b221daf0094982288e4038deed954a3f12fb54cbf270ddf4e37d879

The first execution should automatically update:

  • haveno/gradle/wrapper/gradle-wrapper.properties

The second execution should then update:

  • haveno/gradle/wrapper/gradle-wrapper.jar
  • haveno/gradlew
  • haveno/gradlew.bat

The four updated files are ready to be committed.