Disable Groovy version override.

Comment out 'groovyVersion' property set to 2.4.19.
This commit is contained in:
John Blum
2020-05-18 20:34:45 -07:00
parent 44ecff116e
commit c6778cfc7c
2 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ apply plugin: 'io.spring.convention.root'
group = 'org.springframework.session'
description = 'Spring Session for Apache Geode'
ext['groovy.version'] = "$groovyVersion"
//ext['groovy.version'] = "$groovyVersion"
ext['spring.version'] = "$springVersion"
ext['spring-framework.version'] = "$springVersion"
ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"

View File

@@ -2,7 +2,9 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
antlrVersion=2.7.7
apacheGeodeVersion=1.12.0
apacheTaglibsStandardVersion=1.2.5
groovyVersion=2.4.19
# Spring Boot 2.3 sets Apache Groovy version to 2.5.11
# https://github.com/spring-projects/spring-boot/blob/v2.3.0.RELEASE/spring-boot-project/spring-boot-dependencies/build.gradle#L365
#groovyVersion=2.4.19
javaxServletJspJstlApiVersion=1.2.1
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.10.0