From 5af574a48a64a843b96bd8ad296da31ff6def7be Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 19 May 2017 19:52:35 +0200 Subject: [PATCH] Upgrade to snapshots of the latest Spring IO plugin --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9f3397af..7de2046d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,13 @@ buildscript { repositories { mavenCentral() + maven { url 'https://repo.spring.io/plugins-snapshot' } maven { url 'https://repo.spring.io/plugins-release' } maven { url 'https://plugins.gradle.org/m2/' } } dependencies { classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7' - classpath 'io.spring.gradle:spring-io-plugin:0.0.6.RELEASE' + classpath 'io.spring.gradle:spring-io-plugin:0.0.8.BUILD-SNAPSHOT' classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.2.1' } configurations.classpath.resolutionStrategy.eachDependency {