Skip to content

Commit

Permalink
Upgrade to Gradle 4.9 - wrapper is now a built-in task
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Jul 25, 2018
1 parent bee3825 commit 023d703
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,3 @@ task aggregatedJavadoc (type: Javadoc, description: "Aggregated Javadocs") {
failOnError = false
}

task wrapper( type: Wrapper ) {
gradleVersion = '4.7'
}

Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 023d703

Please sign in to comment.