From 24daace81dd4fe957ffe0c6e020566e8bf59c18e Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Tue, 16 May 2017 11:40:50 -0500 Subject: [PATCH] Use io.spring.release --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 4ff43b506..dcb987a69 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,6 @@ buildscript { dependencies { classpath 'org.junit.platform:junit-platform-gradle-plugin:1.0.0-M4' - classpath 'io.spring.gradle:spring-project-plugin:latest.integration' } configurations.classpath.resolutionStrategy.cacheDynamicVersionsFor 0, 'seconds' @@ -15,10 +14,10 @@ plugins { id 'me.champeau.gradle.jmh' version '0.3.1' id 'nebula.integtest' version '3.3.0' id 'nebula.optional-base' version '3.1.0' + id 'io.spring.release' version '0.1.0' } apply plugin: 'org.junit.platform.gradle.plugin' -apply plugin: 'io.spring.project' repositories { maven { url 'https://repo.spring.io/libs-milestone' }