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
committed by Rob Winch
parent 72d04ec8d3
commit 6eef9536f4

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 = "https://javacc.org/downloads/$file"
outputs.file dest