Upgrade spring-build-conventions to 0.0.19.RELEASE

This commit is contained in:
Vedran Pavic
2018-09-19 00:01:06 +02:00
parent 002136bad4
commit 7f7815d80c

View File

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