From 7f7815d80cfc485a8a51efc78339dabf1ebf56e2 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 19 Sep 2018 00:01:06 +0200 Subject: [PATCH] Upgrade spring-build-conventions to 0.0.19.RELEASE --- build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bd454555..07176e76 100644 --- a/build.gradle +++ b/build.gradle @@ -10,11 +10,10 @@ buildscript { repositories { gradlePluginPortal() maven { url 'https://repo.spring.io/plugins-release/' } - maven { url 'https://repo.spring.io/plugins-snapshot/' } } dependencies { - classpath 'io.spring.gradle:spring-build-conventions:0.0.19.BUILD-SNAPSHOT' + classpath 'io.spring.gradle:spring-build-conventions:0.0.19.RELEASE' classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" } }