summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-03-05 13:51:25 +0100
committerManuel Bentele2021-03-11 07:46:19 +0100
commit6ae1848bb09ac1feccd5bcfec8365c439eacf420 (patch)
tree78051805ae01aacc8349b7102c9e41112655a5ae /dozentenmodul/pom.xml
parent[client] Add support for Java 8 (diff)
downloadtutor-module-6ae1848bb09ac1feccd5bcfec8365c439eacf420.tar.gz
tutor-module-6ae1848bb09ac1feccd5bcfec8365c439eacf420.tar.xz
tutor-module-6ae1848bb09ac1feccd5bcfec8365c439eacf420.zip
[client,server] Enable Java compiler warnings
Diffstat (limited to 'dozentenmodul/pom.xml')
-rwxr-xr-xdozentenmodul/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index b197170e..cae6faf0 100755
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -75,6 +75,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>
<plugin>