javacc uses https

This commit is contained in:
Rob Winch
2017-03-06 09:21:42 -06:00
parent 5f85dfe9a5
commit 9d8f9fb188

View File

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