Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit df470c2

Browse files
committed
Upgraded gradle wrapper to version 2.14
Upgraded gradle wrapper to version 2.14. Removed wrapper task from build.gradle as in current versions it is possible to run ./gradlew wrapper --gradle-version 2.14
1 parent 2ebfd50 commit df470c2

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,3 @@ def getProjectDocSources(project) {
257257
// Return without duplicates
258258
return dependentProjects.unique()
259259
}
260-
261-
task wrapper(type: Wrapper) {
262-
gradleVersion = '2.10'
263-
}

gradle/wrapper/gradle-wrapper.jar

-1 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jan 20 10:26:39 GMT 2016
1+
#Mon Jun 27 14:59:02 BST 2016
22
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.10-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip

0 commit comments

Comments
 (0)