Codacy: Fix md styling, part 4

Fix styling to match Codacy rules.
This commit is contained in:
cd2357 2020-09-17 09:05:40 +02:00
parent 24296fae59
commit b877c9f973
No known key found for this signature in database
GPG key ID: F26C56748514D0D3

View file

@ -1,9 +1,9 @@
# How to upgrade the Gradle version
Visit the [Gradle website](https://gradle.org/releases/) and decide the:
* desired version
* desired distribution type
* what is the sha256 for the version and type chosen
* desired version
* desired distribution type
* what is the sha256 for the version and type chosen
Adjust the following command with tha arguments above and execute it twice:
@ -15,8 +15,8 @@ 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`
* `bisq/gradle/wrapper/gradle-wrapper.jar`
* `bisq/gradlew`
* `bisq/gradlew.bat`
The four updated files are ready to be committed.