aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0581ebcf..d1d4146e 100644
--- a/build.xml
+++ b/build.xml
@@ -240,7 +240,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<target name="-test-compile" depends="ensureTestDeps, compile" unless="skipTests">
<mkdir dir="build/tests" />
- <ivy:compile destdir="build/tests" source="1.5" target="1.5">
+ <ivy:compile destdir="build/tests" source="1.5" target="1.5" includeantruntime="false">
<classpath refid="test.path" />
<classpath path="build/lombok" />
<src path="test/core/src" />