Use repo.spring.io for javacc download

Closes gh-553
This commit is contained in:
Rob Winch
2020-04-30 09:55:55 -05:00
parent 50dae66a8c
commit bb92e1dd30

View File

@@ -2,7 +2,7 @@
task downloadJavacc {
ext.file = "javacc-5.0.tar.gz"
ext.dest = file("$buildDir/javacc/$file")
ext.url = "https://javacc.org/downloads/$file"
ext.url = "https://repo.spring.io/ext-release-local/net/java/dev/javacc/javacc/5.0/$file"
outputs.file dest