diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2020-08-28 00:27:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 00:27:33 +0200 |
commit | 409f0428c712207a920acd3ca7c429d97f2d13a1 (patch) | |
tree | 9f55f565aaaf162b45d79b63a2a5276766753559 /buildScripts/tests.ant.xml | |
parent | 7f8e15762d4f3428d38579f702e65a4a302b1dac (diff) | |
parent | 79c3d383fd7d46ec1c6c5cf83d8b05f2238529a2 (diff) | |
download | lombok-409f0428c712207a920acd3ca7c429d97f2d13a1.tar.gz lombok-409f0428c712207a920acd3ca7c429d97f2d13a1.tar.bz2 lombok-409f0428c712207a920acd3ca7c429d97f2d13a1.zip |
Merge pull request #2548 from rosti-il/master
Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745
Diffstat (limited to 'buildScripts/tests.ant.xml')
-rw-r--r-- | buildScripts/tests.ant.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index f78bfae9..cb840048 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -119,6 +119,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn <classpath refid="cp.stripe" /> <classpath location="build/lombok" /> <classpath location="build/tests" /> + <classpath location="build/teststubs" /> <test name="lombok.TestJavac" /> </junit> </sequential> |