summarylogtreecommitdiffstats
path: root/build-swt.xml
diff options
context:
space:
mode:
authorKhorne2024-01-24 10:10:15 +0100
committerKhorne2024-01-24 10:10:15 +0100
commit4a480e3a39e4dab722c7b3740adc54c452a37620 (patch)
tree46aee7f3f2ddb91c6a05703f04eb6b1b6fc1b882 /build-swt.xml
parent3eaa19f37bc723e6efd22c04a8552666edaea9b4 (diff)
downloadaur-4a480e3a39e4dab722c7b3740adc54c452a37620.tar.gz
upgpkg: swt 4.30-1
upstream release upd swt: updating to 4.30
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 2546fa89598f..d2edbb66d708 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="11" includeantruntime="false"/>
+ <javac srcdir="${src}" destdir="${build}" source="17" includeantruntime="false"/>
</target>
<target name="jar">