diff options
| author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-10-01 13:39:29 +0200 |
|---|---|---|
| committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-10-01 13:39:29 +0200 |
| commit | 651fed920546b68fc7a6fc0c9e917edbfdd47983 (patch) | |
| tree | 96ebdd0fe8fb5908cb4bb09bbea655431ab04b2f | |
| parent | aee4e76d864e01b5d453409e703ad54852fa57bb (diff) | |
| download | lombok-651fed920546b68fc7a6fc0c9e917edbfdd47983.tar.gz lombok-651fed920546b68fc7a6fc0c9e917edbfdd47983.tar.bz2 lombok-651fed920546b68fc7a6fc0c9e917edbfdd47983.zip | |
[buildscript] Compiling the scaffolding for the test suite was failing due to an error in the build file.
| -rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -543,6 +543,7 @@ ${sourceWarning}</echo> <classpath refid="test.path" /> <classpath refid="build.path" /> <classpath path="build/lombok" /> + <classpath path="build/tests" /> <src path="test/core/src" /> <src path="test/transform/src" /> <src path="test/bytecode/src" /> |
