Fix javacc download url

The javacc download URL has been moved. This commit updates
to the new download URL
This commit is contained in:
Rob Winch
2017-03-03 11:39:33 -06:00
parent bb6afa0e85
commit 145d42b76e

View File

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