We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0035a59 commit b17249cCopy full SHA for b17249c
Chapter03/2-basic-rest-services/gradle/wrapper/README.md
@@ -0,0 +1,7 @@
1
+If you run into any issue while executing ```gradlew build``` on Win 10, try replacing the following in the ```gradle-wrapper.properties``` file:
2
+
3
+```distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip```
4
5
+To:
6
7
+```distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip```
0 commit comments