diff options
author | Simon Rettberg | 2021-08-12 14:46:13 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-08-12 14:46:13 +0200 |
commit | ee6635a4645ac1d48cd417d763dd35be9565d0b0 (patch) | |
tree | 7b23d2762d5d4ce7d5ec73e0ad2702dd878d4bb2 /dozentenmodul | |
parent | [*] Adapt to de-genricization of VirtualizationConfiguration (diff) | |
download | tutor-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')
-rwxr-xr-x | dozentenmodul/pom.xml | 1 |
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> |