Skip to content

Commit d748c07

Browse files
committed
Update Gradle to v4.10.3
1 parent 13efcb4 commit d748c07

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ test {
6363
}
6464

6565
wrapper {
66-
gradleVersion = '4.10'
66+
gradleVersion = '4.10.3'
6767
distributionType = Wrapper.DistributionType.ALL
6868
}

gradle/wrapper/gradle-wrapper.jar

5 Bytes
Binary file not shown.
+1-1
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.10-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)