Skip to content

Commit

Permalink
Warning about usage of deprecated API by compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 21, 2024
1 parent 395e4cb commit 39cfa65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ limitations under the License.
<maven.compiler.target>${javaVersion}</maven.compiler.target>
<!-- in order to restore default annotation processing behaviour, please override with empty value -->
<maven.compiler.proc>none</maven.compiler.proc>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
<project.build.outputTimestamp>2024-03-04T19:10:03Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -406,6 +407,7 @@ limitations under the License.
<version>3.13.0</version>
<configuration>
<proc>${maven.compiler.proc}</proc>
<showDeprecation>${maven.compiler.showDeprecation}</showDeprecation>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 39cfa65

Please sign in to comment.