Fix javacc download url
The javacc download URL has been moved. This commit updates to the new download URL
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user