mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
ba28806d74
The bisq.java-integration-tests plugin creates an integrationTest source set that depends on JUnit. The source set inherits the main source set's compile classpath, runtime classpath, and the implementation's source set configuration and runtimeOnly configuration. |
||
---|---|---|
.. | ||
wrapper | ||
libs.versions.toml | ||
README.md | ||
verification-metadata.xml |
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 6.6.1 \
--distribution-type all \
--gradle-distribution-sha256-sum 11657af6356b7587bfb37287b5992e94a9686d5c8a0a1b60b87b9928a2decde5
The first execution should automatically update:
bisq/gradle/wrapper/gradle-wrapper.properties
The second execution should then update:
bisq/gradle/wrapper/gradle-wrapper.jar
bisq/gradlew
bisq/gradlew.bat
The four updated files are ready to be committed.
To update the verification-metadata file run:
./gradlew --write-verification-metadata sha256