From 14917ae53e3480f9a98fd5d7a0a4b64d252a31ae Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Thu, 23 Nov 2017 22:49:12 -0600 Subject: [PATCH] Upgrade to spring-release 0.15.0 (fixes snapshot publishing) --- build.gradle | 3 ++- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5f2c64a93e..fbbc370532 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1990931db7..91be8679de 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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