Upgrade to the Spring Gradle Build Conventions 0.0.15.RELEASE.

This commit is contained in:
John Blum
2018-04-03 18:01:57 -07:00
parent 693bdecd13
commit fe6237d640

View File

@@ -1,6 +1,6 @@
buildscript {
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"
}
repositories {