aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-03-19 01:16:39 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-03-19 02:14:24 +0100
commit6723525c4a1ba368b6f7c6a58ddd6b15fc77c3aa (patch)
treeac5acf935a08319796a3e781836405d0022d4777 /buildScripts
parentcbf930a9b8245aab402f68e1b0acbb948cd78d8f (diff)
downloadlombok-6723525c4a1ba368b6f7c6a58ddd6b15fc77c3aa.tar.gz
lombok-6723525c4a1ba368b6f7c6a58ddd6b15fc77c3aa.tar.bz2
lombok-6723525c4a1ba368b6f7c6a58ddd6b15fc77c3aa.zip
[testing] unbroke 'ant test.javac8'.
Diffstat (limited to 'buildScripts')
-rw-r--r--buildScripts/compile.ant.xml2
-rw-r--r--buildScripts/tests.ant.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml
index 00909db8..cd0672b5 100644
--- a/buildScripts/compile.ant.xml
+++ b/buildScripts/compile.ant.xml
@@ -50,7 +50,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and buil
<echo level="info">Lombok version: ${lombok.version} (${lombok.fullversion})</echo>
</target>
- <property name="packing.basedirs" value="build/lombok-transplants,build/lombok-utils,build/lombok-utils6,build/lombok-main,build/lombok-main8,build/lombok-deps" />
+ <property name="packing.basedirs" value="build/lombok-transplants,build/lombok-utils,build/lombok-utils6,build/lombok-main,build/lombok-main8" />
<loadresource property="packing.basedirs.colon">
<propertyresource name="packing.basedirs" />
<filterchain><tokenfilter>
diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml
index f250b340..079ec85a 100644
--- a/buildScripts/tests.ant.xml
+++ b/buildScripts/tests.ant.xml
@@ -88,6 +88,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn
<classpath refid="cp.javac6" />
<classpath refid="packing.basedirs.path" />
<classpath location="build/tests" />
+ <classpath location="build/teststubs" />
<test name="lombok.TestJavac" />
</junit>
</target>
@@ -105,6 +106,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn
<classpath refid="cp.javac8" />
<classpath refid="packing.basedirs.path" />
<classpath location="build/tests" />
+ <classpath location="build/teststubs" />
<test name="lombok.TestJavac" />
</junit>
</target>