From 98cc87d3c2bac010f3efe64f508ac31786feab22 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 19 Mar 2018 18:22:54 -0700 Subject: [PATCH] Upgrade to the Spring Build Conventions Gradle Plugin 0.0.13.RELEASE. --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8b8ef721..9bd3379f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,10 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.9.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.13.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories { - maven { url 'https://repo.spring.io/libs-release' } - maven { url 'https://repo.spring.io/plugins-snapshot' } + maven { url 'https://repo.spring.io/plugins-release' } } }