From 3a31e2b5c8b477e21db856c5438f5e42d94af2b8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 7 Nov 2018 17:05:32 -0800 Subject: [PATCH] Upgrade to Spring Build Conventions Gradle Plugin 0.0.20.RELEASE. --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7dd07ae..047ef8d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,10 @@ buildscript { dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.17.RELEASE' + classpath 'io.spring.gradle:spring-build-conventions:0.0.20.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } repositories { + gradlePluginPortal() maven { url 'https://repo.spring.io/libs-release' } maven { url 'https://repo.spring.io/plugins-snapshot' } }