Skip to content

Commit b17249c

Browse files
readme file added
1 parent 0035a59 commit b17249c

File tree

1 file changed

+7
-0
lines changed
  • Chapter03/2-basic-rest-services/gradle/wrapper

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)