diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-05 07:55:40 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2021-03-05 08:06:46 +0100 |
commit | f8c16ed8ac69d0106a845ca96573557700b6f39d (patch) | |
tree | d4170a71775dbeb13e58aa87585dabc9ab9f6c4f /buildScripts | |
parent | eebc5f4e851a4ce6f2775ebaf6e74794480da0b9 (diff) | |
download | lombok-f8c16ed8ac69d0106a845ca96573557700b6f39d.tar.gz lombok-f8c16ed8ac69d0106a845ca96573557700b6f39d.tar.bz2 lombok-f8c16ed8ac69d0106a845ca96573557700b6f39d.zip |
[tests] fix tests on java6/7
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 0fc1cdb6..f250b340 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -81,6 +81,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn <jvmarg value="-Xbootclasspath/a:${jdk6-rt.loc}" /> <jvmarg line="${test.limitmodules}" /> <jvmarg value="-Ddelombok.bootclasspath=${jdk6-rt.loc}" /> + <jvmarg value="-Dsun.boot.class.path=${jdk6-rt.loc}" /> <formatter type="plain" usefile="false" unless="tests.quiet" /> <classpath refid="cp.test" /> <classpath refid="cp.stripe" /> @@ -97,6 +98,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn <jvmarg value="-Xbootclasspath/a:${jdk8-rt.loc}" /> <jvmarg line="${test.limitmodules}" /> <jvmarg value="-Ddelombok.bootclasspath=${jdk8-rt.loc}" /> + <jvmarg value="-Dsun.boot.class.path=${jdk8-rt.loc}" /> <formatter type="plain" usefile="false" unless="tests.quiet" /> <classpath refid="cp.test" /> <classpath refid="cp.stripe" /> |