Set compiler proc=full on Java 21+
This commit is contained in:
parent
c3e4a6ef5b
commit
05bdf5d3c1
9
pom.xml
9
pom.xml
@ -275,6 +275,15 @@
|
|||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>jdk-21-proc</id>
|
||||||
|
<activation>
|
||||||
|
<jdk>[21,)</jdk>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<maven.compiler.proc>full</maven.compiler.proc>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
<id>dist</id>
|
<id>dist</id>
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
Reference in New Issue
Block a user