Skip to content

Commit 055f14f

Browse files
committed
Updated gradle.
1 parent 0562eae commit 055f14f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@ Highly recommended to open/use this repository using [Visual Studio Code](https:
6262
1. Run gradlew test and code coverage tasks.
6363
1. Update CI scripts (appveyor, circle-ci, travis) to point to new Java version.
6464

65+
#### Gradle
66+
67+
From the project root, run `.\gradlew.bat wrapper --gradle-version 5.4.1`. For Linux, run gradlew from the root, instead of the .bat file. Use the desired version. in the command. Verify that the `distributionUrl` field in the file `gradle-wrapper.properties` has been updated to reflect the correct version. [Reference](https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper)
68+
6569
#### Python
6670

6771
1. Install latest version of Python.
68-
1. Run tasks for python tests, coverage reports and problems list.
69-
1. Update CI scripts (appveyor, circle-ci, travis) to point to new Python version.
72+
2. Run tasks for python tests, coverage reports and problems list.
73+
3. Update CI scripts (appveyor, circle-ci, travis) to point to new Python version.
7074

7175
## Continuous Integration
7276

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)