Skip to content

Commit af7b39c

Browse files
committed
Move ANTLR version management to gradle.properties.
1 parent a624dd1 commit af7b39c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
22
deployDocsHost=docs-ip.spring.io
3+
antlrVersion = 2.7.7
34
apacheGeodeVersion=1.14.4
45
findbugsVersion=3.0.2
56
springVersion=5.3.20

gradle/dependency-management.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Define dependency version properties
2-
ext['antlrVersion'] = '2.7.7'
32
ext['apacheTaglibsVersion'] = '1.2.5'
43
ext['assertjVersion'] = '3.22.0'
54
ext['jakartaServletApiVersion'] ='4.0.4'

0 commit comments

Comments
 (0)