upgrade to Gradle 7.3.3 (#439)

* upgrade to Gradle 7.3.3

* add verification hashes for mac and windows

* add verification hash for windows
This commit is contained in:
duriancrepe 2022-09-19 05:59:57 -07:00 committed by GitHub
parent 6d8305c891
commit 9975d7398b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1557 additions and 303 deletions

View file

@ -8,18 +8,18 @@ Visit the [Gradle website](https://gradle.org/releases/) and decide the:
Adjust the following command with tha arguments above and execute it twice:
./gradlew wrapper --gradle-version 6.6.1 \
./gradlew wrapper --gradle-version 7.3.3 \
--distribution-type all \
--gradle-distribution-sha256-sum 11657af6356b7587bfb37287b5992e94a9686d5c8a0a1b60b87b9928a2decde5
--gradle-distribution-sha256-sum c9490e938b221daf0094982288e4038deed954a3f12fb54cbf270ddf4e37d879
The first execution should automatically update:
- `bisq/gradle/wrapper/gradle-wrapper.properties`
- `haveno/gradle/wrapper/gradle-wrapper.properties`
The second execution should then update:
- `bisq/gradle/wrapper/gradle-wrapper.jar`
- `bisq/gradlew`
- `bisq/gradlew.bat`
- `haveno/gradle/wrapper/gradle-wrapper.jar`
- `haveno/gradlew`
- `haveno/gradlew.bat`
The four updated files are ready to be committed.

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=11657af6356b7587bfb37287b5992e94a9686d5c8a0a1b60b87b9928a2decde5
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
distributionSha256Sum=c9490e938b221daf0094982288e4038deed954a3f12fb54cbf270ddf4e37d879
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists