summarylogtreecommitdiffstats
path: root/build-swt.xml
diff options
context:
space:
mode:
authorCarl Smedstad2022-06-06 12:31:30 +0200
committerCarl Smedstad2022-06-06 12:38:24 +0200
commit5f4e47077a3ada9081df2cc571f1068f99d9f1ef (patch)
treebc1c18eeca5888bc297758cb50de04d908c898a4 /build-swt.xml
parent323f691ec827ec655b4213be06e2a4f60d0532ac (diff)
downloadaur-5f4e47077a3ada9081df2cc571f1068f99d9f1ef.tar.gz
Publish version 4.23
Migrate to Java 11. Had to patch the build script.
Diffstat (limited to 'build-swt.xml')
-rw-r--r--build-swt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-swt.xml b/build-swt.xml
index 0adfa607d8eb..2546fa89598f 100644
--- a/build-swt.xml
+++ b/build-swt.xml
@@ -8,7 +8,7 @@
</target>
<target name="compile" depends="init" description="Compile the SWT toolset">
- <javac srcdir="${src}" destdir="${build}" source="1.8" includeantruntime="false"/>
+ <javac srcdir="${src}" destdir="${build}" source="11" includeantruntime="false"/>
</target>
<target name="jar">