Skip to content

Commit aca0e95

Browse files
committed
Updating gradle to the latest version
1 parent a608e27 commit aca0e95

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ subprojects {
6464
}
6565

6666
task wrapper(type: Wrapper) {
67-
gradleVersion = '4.6'
67+
gradleVersion = '4.7'
6868
}
6969

7070
project(':ds3-sdk') {

gradle/wrapper/gradle-wrapper.jar

-379 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
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-4.7-bin.zip
34
zipStoreBase=GRADLE_USER_HOME
45
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip

0 commit comments

Comments
 (0)