Rewrite TeamCityBuild.xml tasks in gradle, finally drop build.xml files

also:
  proxying previous tasks from TeamCityBuild.xml to gradle,
  cleaning update_dependencies.xml from ant dependencies
This commit is contained in:
Ilya Chernikov
2017-11-14 15:24:51 +01:00
committed by Vyacheslav Gerasimov
parent 12f0f019da
commit d301938d23
6 changed files with 119 additions and 1170 deletions
-7
View File
@@ -116,13 +116,6 @@
</macrodef>
<target name="fetch-third-party" depends="get-ivy-library, make-dependency-dirs">
<!-- ProGuard -->
<get-maven-library prefix="net/sf/proguard" lib="proguard-base" version="5.3" target.jar.name.base="proguard" src="false"/>
<get-maven-library prefix="net/sf/proguard" lib="proguard-anttask" version="5.3" target.jar.name.base="proguard-anttask" src="false"/>
<!-- JarJar -->
<get src="http://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jarjar/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"/>
<!-- dx.jar -->
<property name="android-build-tools.zip" value="build-tools_r21.1.1-linux.zip"/>