Visit the Gradle website and determine the:
- desired version
- desired distribution type
- sha256 for the version and type chosen above
Adjust the following command with the arguments from above and execute it twice:
./gradlew wrapper \
--gradle-version 7.5 \
--distribution-type bin \
--gradle-distribution-sha256-sum cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2The first execution should automatically update:
bisq-relay/gradle/wrapper/gradle-wrapper.properties
The second execution should then update:
bisq-relay/gradle/wrapper/gradle-wrapper.jarbisq-relay/gradlewbisq-relay/gradlew.bat
The four updated files are ready to be committed.