stdlib-docs: update ant version
This commit is contained in:
@@ -9,7 +9,7 @@ if (System.getProperty('os.name', '').toLowerCase().contains('windows')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
final String antVersion = "1.10.9"
|
final String antVersion = "1.10.11"
|
||||||
final String antURL = "https://cache-redirector.jetbrains.com/downloads.apache.org/ant/binaries/apache-ant-$antVersion-bin.zip"
|
final String antURL = "https://cache-redirector.jetbrains.com/downloads.apache.org/ant/binaries/apache-ant-$antVersion-bin.zip"
|
||||||
final File antHome = new File(buildDir, "ant-home")
|
final File antHome = new File(buildDir, "ant-home")
|
||||||
final File antZip = new File(buildDir, "apache-ant-$antVersion-bin.zip")
|
final File antZip = new File(buildDir, "apache-ant-$antVersion-bin.zip")
|
||||||
|
|||||||
Reference in New Issue
Block a user