Skip to content

Commit

Permalink
Show deprecation by compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Aug 7, 2024
1 parent 53f9b81 commit 5cd51b5
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 @@ -177,6 +177,7 @@
<mojo.java.target>8</mojo.java.target>
<maven.compiler.source>${mojo.java.target}</maven.compiler.source>
<maven.compiler.target>${mojo.java.target}</maven.compiler.target>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>

<minimalJavaBuildVersion>${mojo.java.target}</minimalJavaBuildVersion>
<minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion>
Expand Down

0 comments on commit 5cd51b5

Please sign in to comment.