Set Java version to 1.8 to match Maven build.

This commit is contained in:
Bas Couwenberg 2026-03-10 19:38:12 +01:00
parent bc457ce7c0
commit 5bb6bbfc62
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<exec executable="/bin/sh">
<arg value="./build.sh"/>
</exec>
<javac includeantruntime="false" destdir="${build.dir}">
<javac includeantruntime="false" destdir="${build.dir}" source="1.8" target="1.8">
<src path="${src.dir}"/>
<src path="${src.generated.dir}"/>
<classpath>