Skip to content

Commit

Permalink
Upgrade to spring-release 0.15.0 (fixes snapshot publishing)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Nov 24, 2017
1 parent c8f06ff commit 14917ae
Show file tree
Hide file tree
Showing 2 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 @@ -2,10 +2,11 @@ buildscript {
repositories {
jcenter()
maven { url 'https://plugins.gradle.org/m2/' }
mavenLocal()
}
dependencies {
classpath 'org.ow2.asm:asm:5.0.3'
classpath 'io.spring.gradle:spring-release-plugin:0.14.0'
classpath 'io.spring.gradle:spring-release-plugin:0.15.0'
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:3.2.0'
classpath 'me.champeau.gradle:jmh-gradle-plugin:0.4.4'
classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0'
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 @@
#Sat Nov 18 13:42:24 KST 2017
#Wed Nov 22 21:39:00 CST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip

0 comments on commit 14917ae

Please sign in to comment.