From fe37d0f5f9f5e6af8cc78df6a2953945545f8803 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 10 May 2017 00:10:31 -0500 Subject: [PATCH] Update to spring-build-conventions 0.0.1.RELEASE --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 2be8b125cc..6b13a777f2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,10 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.1.BUILD-SNAPSHOT' + classpath 'io.spring.gradle:spring-build-conventions:0.0.1.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories { - maven { url 'https://repo.spring.io/libs-snapshot' } - maven { url 'https://repo.spring.io/plugins-snapshot' } + maven { url 'https://repo.spring.io/plugins-release' } } } apply plugin: 'io.spring.convention.root'