Merge pull request #93 from sebastic/java-version

Set Java version to 1.8 to match Maven build.
This commit is contained in:
Leonard Ehrenfried 2026-03-11 10:21:39 +01:00 committed by GitHub
commit 28f76c6bf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>