diff options
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/tests.ant.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index d8559c5c..7b0ccb4e 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -151,6 +151,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn <echo>Running TestEclipse on eclipse-@{version} on JVM${ant.java.version}.</echo> <junit haltonfailure="yes" fork="true" forkmode="once"> <jvmarg value="-Xbootclasspath/a:${jdk8-rt.loc}" /> + <jvmarg value="-Ddelombok.bootclasspath=${jdk8-rt.loc}" /> <jvmarg value="-javaagent:dist/lombok.jar" /> <jvmarg line="${test.addopens}" /> <formatter type="plain" usefile="false" unless="tests.quiet" /> @@ -169,6 +170,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn </target> <target name="test.eclipse-202006" depends="test.compile" description="runs the tests on your default VM, testing the 2020-03 release of eclipse"> + <fetchdep.eclipse version="202006" /> <test.eclipse-X version="202006" /> </target> |