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" } }