diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-02-19 00:20:53 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-02-19 00:20:53 +0100 |
commit | fd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4 (patch) | |
tree | 2a934cfd1ed2491a2acb86ea554d1d7fb37d0f42 /build.xml | |
parent | 46b71c810ce3ee52b1e00f63e21aa5c5d3fb5ca6 (diff) | |
download | lombok-fd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4.tar.gz lombok-fd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4.tar.bz2 lombok-fd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4.zip |
[build] bugfix for the build.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -281,9 +281,8 @@ the common tasks and can be called on to run the main aspects of all the sub-scr <classpath refid="build.path" /> </ivy:compile> <delete dir="build/lombok-proc-result" quiet="true" /> - <ivy:compile destdir="build/lombok-proc-result" source="1.6" target="1.6" nowarn="true" ecj="true"> - <bootclasspath location="build/stubs" /> - <bootclasspath path="${rt-openjdk8}" /> + <ivy:compile destdir="build/lombok-proc-result" source="9" target="9"> + <classpath location="build/stubs" /> <compilerarg value="-proc:only" /> <compilerarg value="-processor" /> <compilerarg value="org.mangosdk.spi.processor.SpiProcessor" /> |