We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a608e27 commit aca0e95Copy full SHA for aca0e95
build.gradle
@@ -64,7 +64,7 @@ subprojects {
64
}
65
66
task wrapper(type: Wrapper) {
67
- gradleVersion = '4.6'
+ gradleVersion = '4.7'
68
69
70
project(':ds3-sdk') {
gradle/wrapper/gradle-wrapper.jar
-379 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
0 commit comments