build-applet.xml, build-midlet.xml: source and target of javac upgraded from 1.2, 1.3 or 1.4 to 1.8

This commit is contained in:
Fabrice Ducos
2023-04-23 12:07:40 +02:00
parent 393cf23775
commit ee08260ce2
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
<pathelement path="lib/midpapi20.jar"/>
<pathelement path="lib/mmapi.jar"/>
</path>
<javac destdir="build/classes" encoding="utf-8" source="1.3" target="1.2" bootclasspathref="wtk-libs"
<javac destdir="build/classes" encoding="utf-8" source="1.8" target="1.8" bootclasspathref="wtk-libs"
srcdir="build/midlet/src"/>
</target>