Skip to content
Snippets Groups Projects
user avatar
HorridoJoho authored
Remove the -proc:full configuration from pom.xml. We target Java 21, but
the JDK21 does not support "full" (it is the default value, but it can
not be set on the command line). "full" is only supported on JDK22+.

https://inside.java/2023/10/23/quality-heads-up/
7b770330