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:
@@ -146,9 +146,8 @@
|
||||
<get src="http://jarjar.googlecode.com/files/jarjar-1.4.jar" dest="dependencies/download/jarjar-1.4.jar" usetimestamp="true"/>
|
||||
<copy file="dependencies/download/jarjar-1.4.jar" tofile="dependencies/jarjar.jar" overwrite="true"/>
|
||||
|
||||
<!-- ant 1.7.0, 1.8.0 -->
|
||||
<get-ant-library version="1.7.0" folderName="ant-1.7"/>
|
||||
<get-ant-library version="1.8.0" folderName="ant-1.8"/>
|
||||
<!-- ant 1.8.2 -->
|
||||
<get-ant-library version="1.8.2" folderName="ant-1.8"/>
|
||||
|
||||
<!-- dx.jar -->
|
||||
<property name="android-build-tools.zip" value="build-tools_r21.1.1-linux.zip"/>
|
||||
|
||||
Reference in New Issue
Block a user