aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-02-19 00:20:53 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2019-02-19 00:20:53 +0100
commitfd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4 (patch)
tree2a934cfd1ed2491a2acb86ea554d1d7fb37d0f42 /build.xml
parent46b71c810ce3ee52b1e00f63e21aa5c5d3fb5ca6 (diff)
downloadlombok-fd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4.tar.gz
lombok-fd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4.tar.bz2
lombok-fd9045dac2a3d9b26125b8ccc865b23d8f7cd8d4.zip
[build] bugfix for the build.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index c1254f0e..65cf719d 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />