From 1240c950c7b187452834db3e9b5052f879d318a0 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 5 Oct 2018 18:02:27 -0700 Subject: [PATCH] Upgrade to Spring Build Conventions Gradle Plugin 0.0.19.RELEASE. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 47acb9e..7e0b104 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,11 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.17.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.19.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories { + gradlePluginPortal() maven { url 'https://repo.spring.io/plugins-release' } - maven { url 'https://repo.spring.io/plugins-snapshot' } } }