Upgrade to Spring Build Conventions Gradle Plugin 0.0.19.RELEASE.

This commit is contained in:
John Blum
2018-10-05 18:02:27 -07:00
parent 408d499592
commit 1240c950c7

View File

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