Upgrade to the Spring Build Conventions (for Gradle) 0.0.15.RELEASE.

This commit is contained in:
John Blum
2018-05-17 15:35:14 -07:00
parent 210b6ea04e
commit fc4307abf6

View File

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