download ProGuard from Artifactory

This commit is contained in:
Dmitry Jemerov
2015-07-30 18:56:31 +02:00
parent b82ba117cc
commit f86bb119bb
2 changed files with 10 additions and 13 deletions
+6 -1
View File
@@ -490,7 +490,12 @@
</target>
<target name="compiler">
<taskdef resource="proguard/ant/task.properties" classpath="${dependencies.dir}/proguard.jar"/>
<taskdef resource="proguard/ant/task.properties">
<classpath>
<pathelement path="${dependencies.dir}/proguard.jar"/>
<pathelement path="${dependencies.dir}/proguard-anttask.jar"/>
</classpath>
</taskdef>
<cleandir dir="${output}/classes/compiler"/>