Let's call our auxiliary Ant file build-proguard since that is more indicative
of its purpose in life.
This commit is contained in:
@@ -132,7 +132,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<target>
|
<target>
|
||||||
<property name="maven.version" value="${project.version}" />
|
<property name="maven.version" value="${project.version}" />
|
||||||
<ant antfile="${basedir}/build-ivy.xml">
|
<ant antfile="${basedir}/build-proguard.xml">
|
||||||
<target name="proguard" />
|
<target name="proguard" />
|
||||||
</ant>
|
</ant>
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user