stdlib-docs: update ant version

This commit is contained in:
Ilya Gorbunov
2021-08-13 03:36:27 +03:00
committed by Space
parent 75b8d44be5
commit 3e82a20f16
@@ -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 File antHome = new File(buildDir, "ant-home")
final File antZip = new File(buildDir, "apache-ant-$antVersion-bin.zip")