Skip to content

Commit 6275990

Browse files
committed
Override Spring version; Set to 5.0.14.RELEASE.
1 parent fcaa0d8 commit 6275990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: 'io.spring.convention.root'
1414
group = 'org.springframework.geode'
1515
description = 'Spring Boot for Apache Geode & Pivotal GemFire'
1616

17-
//ext['spring.version'] = "$springVersion"
17+
ext['spring.version'] = "$springVersion"
1818
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
1919

2020
ext.snapshotBuild = version.endsWith('SNAPSHOT')

0 commit comments

Comments
 (0)