Set compiler proc=full on Java 21+

This commit is contained in:
md_5 2025-02-08 16:00:53 +11:00
parent c3e4a6ef5b
commit 05bdf5d3c1
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -275,6 +275,15 @@
</pluginManagement>
</build>
</profile>
<profile>
<id>jdk-21-proc</id>
<activation>
<jdk>[21,)</jdk>
</activation>
<properties>
<maven.compiler.proc>full</maven.compiler.proc>
</properties>
</profile>
<profile>
<id>dist</id>
<build>