Skip to content

Commit

Permalink
Use proc=full in the Maven Compiler Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Sep 23, 2024
1 parent 640db3b commit 57fa62c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@
<compilerArg>-Xlint:all,-classfile,-processing,-requires-automatic,-serial</compilerArg>
</compilerArgs>
<failOnWarning>true</failOnWarning>
<proc>full</proc>
<showDeprecation>true</showDeprecation>
<release>11</release>
</configuration>
Expand Down

0 comments on commit 57fa62c

Please sign in to comment.