File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 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.
336336 <maven .compiler.target>${javaVersion} </maven .compiler.target>
337337 <!-- in order to restore default annotation processing behaviour, please override with empty value -->
338338 <maven .compiler.proc>none</maven .compiler.proc>
339+ <maven .compiler.showDeprecation>true</maven .compiler.showDeprecation>
339340 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
340341 <plexusDistMgmtSnapshotsUrl >https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl >
341342 <project .build.outputTimestamp>2024-03-04T19:10:03Z</project .build.outputTimestamp>
@@ -406,6 +407,7 @@ limitations under the License.
406407 <version >3.13.0</version >
407408 <configuration >
408409 <proc >${maven.compiler.proc} </proc >
410+ <showDeprecation >${maven.compiler.showDeprecation} </showDeprecation >
409411 </configuration >
410412 </plugin >
411413 <plugin >
You can’t perform that action at this time.
0 commit comments