From 89763a5b73efbab4ca79ed7babae3b96ebbdd788 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 15 Jun 2017 13:19:20 -0500 Subject: [PATCH] Update to spring-build-conventions-0.0.2.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index eb8d0df342..763bca926b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.2.BUILD-SNAPSHOT' + classpath 'io.spring.gradle:spring-build-conventions:0.0.2.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {