haveno/gradle
boldsuck 533527e362
Some checks failed
CI / build (macos-13) (push) Has been cancelled
CI / build (ubuntu-22.04) (push) Has been cancelled
CI / build (windows-latest) (push) Has been cancelled
Codacy Coverage Reporter / Publish coverage (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
Update Tor browser version 14.0.3 and tor binary version 0.4.8.13 (#1534)
2025-01-11 13:27:53 -05:00
..
wrapper Support for open JDK 21 by updating dependencies (#647) 2024-03-09 10:36:37 -05:00
README.md downgrade Gradle wrapper to 8.2.1 2023-12-19 13:35:47 -05:00
verification-metadata.xml Update Tor browser version 14.0.3 and tor binary version 0.4.8.13 (#1534) 2025-01-11 13:27:53 -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 8.2.1 \
    --distribution-type all \
    --gradle-distribution-sha256-sum 7c3ad722e9b0ce8205b91560fd6ce8296ac3eadf065672242fd73c06b8eeb6ee

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.