Upgrade to Spring Build Conventions (for Gradle) 0.0.15.RELEASE.
This commit is contained in:
@@ -21,7 +21,7 @@ ext.releaseBuild = version.endsWith('RELEASE')
|
||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
ext.milestoneBuild = !(releaseBuild || snapshotBuild)
|
||||
|
||||
ext['apache-geode.version'] = '1.4.0'
|
||||
ext['apache-geode.version'] = '1.6.0'
|
||||
|
||||
repositories {
|
||||
maven { url = "https://repo.spring.io/libs-snapshot" }
|
||||
|
||||
Reference in New Issue
Block a user