Comment out 'groovy.version' extension declaration.

This commit is contained in:
John Blum
2019-01-29 15:42:26 -08:00
parent 6d7438c822
commit fcba379f04
2 changed files with 2 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-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
//ext['spring-session-bom.version'] = "$springSessionBomVersion"

View File

@@ -1,4 +1,4 @@
dependencyManagement {
dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
}