summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2021-08-12 14:46:13 +0200
committerSimon Rettberg2021-08-12 14:46:13 +0200
commitee6635a4645ac1d48cd417d763dd35be9565d0b0 (patch)
tree7b23d2762d5d4ce7d5ec73e0ad2702dd878d4bb2 /dozentenmodul/pom.xml
parent[*] Adapt to de-genricization of VirtualizationConfiguration (diff)
downloadtutor-module-ee6635a4645ac1d48cd417d763dd35be9565d0b0.tar.gz
tutor-module-ee6635a4645ac1d48cd417d763dd35be9565d0b0.tar.xz
tutor-module-ee6635a4645ac1d48cd417d763dd35be9565d0b0.zip
[*] Add "modern" way to set target Java version
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 abcfca2a..9b950f16 100755
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -76,6 +76,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <release>8</release>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
</plugin>