Disable extension version overrides for the core Spring Framework as well as Spring Data for Apache Geode & Pivotal GemFire.
This commit is contained in:
@@ -14,8 +14,8 @@ apply plugin: 'io.spring.convention.root'
|
||||
group = 'org.springframework.geode'
|
||||
description = 'Spring Boot for Apache Geode & Pivotal GemFire'
|
||||
|
||||
ext['spring.version'] = "$springVersion"
|
||||
ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
//ext['spring.version'] = "$springVersion"
|
||||
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
|
||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
|
||||
Reference in New Issue
Block a user