File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -336,6 +336,7 @@ limitations under the License.
336
336
<maven .compiler.target>${javaVersion} </maven .compiler.target>
337
337
<!-- in order to restore default annotation processing behaviour, please override with empty value -->
338
338
<maven .compiler.proc>none</maven .compiler.proc>
339
+ <maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
339
340
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
340
341
<plexusDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl >
341
342
<project .build.outputTimestamp>2024-03-04T19:10:03Z</project .build.outputTimestamp>
@@ -406,6 +407,7 @@ limitations under the License.
406
407
<version >3.13.0</version >
407
408
<configuration >
408
409
<proc >${maven.compiler.proc} </proc >
410
+ <showDeprecation >${maven.compiler.showDeprecation} </showDeprecation >
409
411
</configuration >
410
412
</plugin >
411
413
<plugin >
You can’t perform that action at this time.
0 commit comments