Upgrade to Spring Build Conventions Gradle Plugin 0.0.16.RELEASE.

This commit is contained in:
John Blum
2018-06-21 16:42:58 -07:00
parent 1195c89ad0
commit 3eb2639ef1

View File

@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.15.RELEASE'
classpath 'io.spring.gradle:spring-build-conventions:0.0.16.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
repositories {
@@ -18,6 +18,3 @@ ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.milestoneBuild = !(releaseBuild || snapshotBuild)
ext.IDE_GRADLE = "$rootDir/gradle/ide.gradle"
ext['apache-geode.version'] = '1.6.0'