From b877c9f9739dbddb3bc6c476a6c187277bb5cf0b Mon Sep 17 00:00:00 2001 From: cd2357 Date: Thu, 17 Sep 2020 09:05:40 +0200 Subject: [PATCH] Codacy: Fix md styling, part 4 Fix styling to match Codacy rules. --- gradle/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/README.md b/gradle/README.md index 7461862337..f158329525 100644 --- a/gradle/README.md +++ b/gradle/README.md @@ -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.