Skip to content

Commit

Permalink
Specify compiler plugin explicitly
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <[email protected]>
  • Loading branch information
arjantijms committed Dec 11, 2023
1 parent a769a26 commit 2acb025
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@
</plugins>
</pluginManagement>
<plugins>
<!-- Restricts the Java version to 17 - API remains at Java 17 for now. -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>17</release>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>


<!-- ### C O M P R E S S / M I N I F Y faces.js ### -->
<!-- https://blutorange.github.io/closure-compiler-maven-plugin/minify-mojo.html -->
Expand Down

0 comments on commit 2acb025

Please sign in to comment.