Skip to content

Commit

Permalink
Upgrade build to use Gradle 2.4.
Browse files Browse the repository at this point in the history
Because the minimum Gradle version required to run the plugin has been
raised to 2.4
  • Loading branch information
zhangkun83 committed Jan 26, 2016
1 parent 9fda74b commit 996dc50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
}

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

task sourcesJar(type: Jar, dependsOn:classes) {
Expand Down Expand Up @@ -103,6 +103,7 @@ if (!gradle.startParameter.taskNames.intersect(['publishPlugins'])) {
}

targetCompatibility = 1.6
sourceCompatibility = 1.6

uploadArchives {
repositories {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Apr 17 12:19:48 PDT 2015
#Tue Jan 26 11:26:58 PST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip

0 comments on commit 996dc50

Please sign in to comment.