add support for JDK 23 compilation (#1618)

This commit is contained in:
Athou
2024-12-01 05:43:35 +01:00
parent 7a838cddad
commit 249231f57e

View File

@@ -27,6 +27,9 @@
<!-- https://stackoverflow.com/a/33823355/ -->
<showWarnings>true</showWarnings>
<compilerArgs>
<!-- enable annotation processing -->
<arg>-proc:full</arg>
<!-- disable the "processing" linter because we have annotations that are processed at runtime -->
<!-- https://stackoverflow.com/a/76126981/ -->
<!-- disable the "classfile" linter because it generates "file missing" warnings about annotations with the "provided" scope -->