From 6e961be1a11b5d868e9b63efe347f9dfba024fd8 Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Fri, 7 Apr 2017 02:08:02 +0300 Subject: [PATCH] No need to fork ant under jdk8 to build annotation-processing --- build.xml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/build.xml b/build.xml index 3ceab9bac22..c6a96c57dad 100644 --- a/build.xml +++ b/build.xml @@ -754,28 +754,6 @@ - - - - - - - - - - - - - - - - - @@ -962,7 +940,7 @@ depends="gradle-runtime,mock-runtime-for-test"/> + depends="android-extensions-compiler,allopen-compiler-plugin,noarg-compiler-plugin,sam-with-receiver-compiler-plugin,source-sections-compiler-plugin,annotation-processing,daemon-client,compiler-client-embeddable,kotlin-build-common-test" />