mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
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/ -->
|
||||
<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 -->
|
||||
|
||||
Reference in New Issue
Block a user