diff --git a/build.gradle b/build.gradle index 347ff500..966db705 100644 --- a/build.gradle +++ b/build.gradle @@ -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')