Skip to content

Commit

Permalink
Upgrade publish plug-in and gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Aug 3, 2017
1 parent 58ffd62 commit 5666b30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath "com.gradle.publish:plugin-publish-plugin:0.9.4"
classpath "com.gradle.publish:plugin-publish-plugin:0.9.7"
}
}
}
Expand Down Expand Up @@ -86,7 +86,7 @@ if(!localOnly.toBoolean()) {
// the version of gradle needed to build plugin.
//
task wrapper(type: Wrapper) {
gradleVersion = "2.14"
gradleVersion = "4.0.1"
}
} else {
prefix = prefix ? prefix : (System.properties['os.name'].toLowerCase().contains('windows') ?
Expand Down
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 @@
#Thu Jul 28 15:13:50 EDT 2016
#Thu Aug 03 08:02:39 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.1-bin.zip

0 comments on commit 5666b30

Please sign in to comment.