Drop ant-1.7 from project, advance Ant to 1.8.2

Ant 1.8.2 has the API (namely,
CompilerAdapterExtension#getSupportedFileExtensions) which will allow to fix a
critical bug in <withKotlin/> task (see KT-7870)
This commit is contained in:
Alexander Udalov
2015-06-01 18:48:34 +03:00
parent 9008a8b161
commit cbbf8dec7e
5 changed files with 18 additions and 26 deletions
+1 -1
View File
@@ -577,7 +577,7 @@
<classpath>
<file file="${bootstrap.runtime}"/>
<file file="${bootstrap.reflect}"/>
<pathelement location="${dependencies.dir}/ant-1.7/lib/ant.jar"/>
<pathelement location="${dependencies.dir}/ant-1.8/lib/ant.jar"/>
<pathelement location="${kotlin-home}/lib/kotlin-preloader.jar"/>
</classpath>
</javac2>