forked from Archives/Athou_commafeed
add support for JDK 23 compilation (#1618)
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -27,6 +27,9 @@
|
|||||||
<!-- https://stackoverflow.com/a/33823355/ -->
|
<!-- https://stackoverflow.com/a/33823355/ -->
|
||||||
<showWarnings>true</showWarnings>
|
<showWarnings>true</showWarnings>
|
||||||
<compilerArgs>
|
<compilerArgs>
|
||||||
|
<!-- enable annotation processing -->
|
||||||
|
<arg>-proc:full</arg>
|
||||||
|
|
||||||
<!-- disable the "processing" linter because we have annotations that are processed at runtime -->
|
<!-- disable the "processing" linter because we have annotations that are processed at runtime -->
|
||||||
<!-- https://stackoverflow.com/a/76126981/ -->
|
<!-- https://stackoverflow.com/a/76126981/ -->
|
||||||
<!-- disable the "classfile" linter because it generates "file missing" warnings about annotations with the "provided" scope -->
|
<!-- disable the "classfile" linter because it generates "file missing" warnings about annotations with the "provided" scope -->
|
||||||
|
|||||||
Reference in New Issue
Block a user