From f2bbeba9d2631e8ccd40a6888ef2def35712247e Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 3 Oct 2017 08:44:56 -0500 Subject: [PATCH] Update to spring-build-conventions-0.0.4.RELEASE --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b2b5ff69b4..abb62e2455 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.4.BUILD-SNAPSHOT' + classpath 'io.spring.gradle:spring-build-conventions:0.0.4.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories {