Skip to content

Commit

Permalink
downgrade gradle
Browse files Browse the repository at this point in the history
4.8.x has bintray URL interpolation problem bintray/gradle-bintray-plugin#234
4.9 has compatibility problem with lombok https://stackoverflow.com/questions/51375052/gradle-4-9-lombok-1-18-0-fails
  • Loading branch information
dai0304 committed Aug 18, 2018
1 parent 5e32775 commit f89ada3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ configurations.all {

// ======== wrapper ========
wrapper {
gradleVersion = "4.8.1"
gradleVersion = "4.7"
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Fri Jul 27 16:29:08 JST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip

0 comments on commit f89ada3

Please sign in to comment.