We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcaa0d8 commit 6275990Copy full SHA for 6275990
build.gradle
@@ -14,7 +14,7 @@ apply plugin: 'io.spring.convention.root'
14
group = 'org.springframework.geode'
15
description = 'Spring Boot for Apache Geode & Pivotal GemFire'
16
17
-//ext['spring.version'] = "$springVersion"
+ext['spring.version'] = "$springVersion"
18
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
19
20
ext.snapshotBuild = version.endsWith('SNAPSHOT')
0 commit comments