From eeb90656dcfddd03f545f1dcaf319438210d5447 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Thu, 20 Jul 2017 18:48:47 +0300 Subject: [PATCH] Exclude generated IC tests from ant build Generated tests depend on the annotations from the `tests-common` module. Testing utils from test root of the `incremental-compilation-impl` module are also used in Gradle tests, so the test root is built in the ant build too. However building `tests-common` separately from the compiler is complicated, so I decided to exclude generated tests from 'kotlin-build-common-test.jar'. --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 18dd29ba693..f469be79d39 100644 --- a/build.xml +++ b/build.xml @@ -558,6 +558,8 @@ + +