This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 3321de5af no jira: compiler option to display deprecations
3321de5af is described below
commit 3321de5af791fe8838b33784263a66f5f5d71c8b
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Apr 16 21:41:14 2023 +0700
no jira: compiler option to display deprecations
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 042e3756f..7e42a3f33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1191,6 +1191,7 @@
<source>${jdk.version}</source>
<target>${jdk.version}</target>
<debug>true</debug>
+
<showDeprecation>true</showDeprecation>
<encoding>UTF-8</encoding>
</configuration>
</plugin>