mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
15 lines
371 B
Diff
15 lines
371 B
Diff
Author: Holger Jaekel <holger.jaekel@gmx.de>
|
|
Summary: set javac version to 17
|
|
----
|
|
|
|
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -26,7 +26,7 @@
|
|
<javac srcdir="${basedir}" destdir="${output}"
|
|
debuglevel="lines,source"
|
|
debug="true"
|
|
- release="11">
|
|
+ release="17">
|
|
<compilerarg line="-Xlint:none --patch-module java.compiler=javax17api.jar"/>
|
|
</javac>
|
|
|