mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Codacy: Fix md styling
Fix styling to match Codacy rules.
This commit is contained in:
parent
dc9288cf1d
commit
f8dfcc9502
@ -1,23 +1,22 @@
|
|||||||
# How to upgrade the Gradle version
|
# How to upgrade the Gradle version
|
||||||
|
|
||||||
Visit the [Gradle website](https://gradle.org/releases/) and decide the:
|
Visit the [Gradle website](https://gradle.org/releases/) and decide the:
|
||||||
* desired version
|
* desired version
|
||||||
* desired distribution type
|
* desired distribution type
|
||||||
* what is the sha256 for the version and type chosen
|
* what is the sha256 for the version and type chosen
|
||||||
|
|
||||||
Adjust the following command with tha arguments above and execute it twice:
|
Adjust the following command with tha arguments above and execute it twice:
|
||||||
|
|
||||||
|
|
||||||
./gradlew wrapper --gradle-version 6.6.1 \
|
./gradlew wrapper --gradle-version 6.6.1 \
|
||||||
--distribution-type all \
|
--distribution-type all \
|
||||||
--gradle-distribution-sha256-sum 11657af6356b7587bfb37287b5992e94a9686d5c8a0a1b60b87b9928a2decde5
|
--gradle-distribution-sha256-sum 11657af6356b7587bfb37287b5992e94a9686d5c8a0a1b60b87b9928a2decde5
|
||||||
|
|
||||||
|
The first execution should automatically update:
|
||||||
|
* `bisq/gradle/wrapper/gradle-wrapper.properties`
|
||||||
|
|
||||||
The first execution should automatically update `bisq/gradle/wrapper/gradle-wrapper.properties`
|
The second execution should then update:
|
||||||
|
* `bisq/gradle/wrapper/gradle-wrapper.jar`
|
||||||
The second execution should update:
|
* `bisq/gradlew`
|
||||||
* `bisq/gradle/wrapper/gradle-wrapper.jar`
|
* `bisq/gradlew.bat`
|
||||||
* `bisq/gradlew`
|
|
||||||
* `bisq/gradlew.bat`
|
|
||||||
|
|
||||||
The four updated files are ready to be committed.
|
The four updated files are ready to be committed.
|
||||||
|
Loading…
Reference in New Issue
Block a user