Move ANTLR version management to gradle.properties.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
|
||||
systemProp.user.name=jblum
|
||||
antlrVersion=2.7.7
|
||||
apacheGeodeVersion=1.15.0
|
||||
micrometerVersion=1.10.0-M6
|
||||
springVersion=6.0.0-M6
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
// Define dependency version properties
|
||||
ext['antlrVersion'] = '2.7.7'
|
||||
ext['apacheTaglibsVersion'] = '1.2.5'
|
||||
ext['assertjVersion'] = '3.23.1'
|
||||
ext['findbugsVersion'] = "3.0.2"
|
||||
|
||||
Reference in New Issue
Block a user