Skip to content

Commit

Permalink
Gradle version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
setreuid committed Nov 23, 2017
1 parent 0ebe40f commit eb51db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sourceCompatibility = "1.7"
targetCompatibility = "1.7"

task wrapper(type: Wrapper) {
gradleVersion = '3.3'
gradleVersion = '4.0'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-bin.zip

0 comments on commit eb51db8

Please sign in to comment.