chore: update ant version for docs build

This commit is contained in:
Ilya Gorbunov
2021-12-02 18:35:56 +03:00
parent 64c3aef7ab
commit 760e35d3b7
@@ -9,7 +9,7 @@ if (System.getProperty('os.name', '').toLowerCase().contains('windows')) {
}
final String antVersion = "1.10.11"
final String antVersion = "1.10.12"
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")