Add Gradle extension property for overriding the Spring Session BOM version.
This commit is contained in:
@@ -16,6 +16,7 @@ description = 'Spring Boot for Apache Geode & Pivotal GemFire'
|
||||
|
||||
//ext['spring.version'] = "$springVersion"
|
||||
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
//ext['spring-session-bom.version'] = "$springSessionBomVersion"
|
||||
|
||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
|
||||
Reference in New Issue
Block a user