Upgrade to Spring Build Conventions Gradle Plugin 0.0.30.RELEASE.

This commit is contained in:
John Blum
2020-02-22 20:23:23 -08:00
parent faff93d6f4
commit 56feb76cdf

View File

@@ -1,6 +1,6 @@
buildscript { buildscript {
dependencies { dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.28.RELEASE' classpath 'io.spring.gradle:spring-build-conventions:0.0.30.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion" classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
} }
repositories { repositories {