Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit addf0ac

Browse files
author
Julian Cerruti
committed
Gradle 2.2.1 -> 2.14.1
1 parent 3555dd9 commit addf0ac

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gradle.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
task wrapper(type: Wrapper) {
2-
gradleVersion = '2.2.1'
2+
gradleVersion = '2.14.1'
33
}
4-
5-

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 commit comments

Comments
 (0)