Update ant version in legacy dokka docs build

This commit is contained in:
Ilya Gorbunov
2023-08-25 02:44:19 +02:00
committed by Space Team
parent 0c0507c25f
commit 6c4f6907ea
@@ -9,7 +9,7 @@ if (System.getProperty('os.name', '').toLowerCase().contains('windows')) {
}
final String antVersion = "1.10.12"
final String antVersion = "1.10.14"
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")