1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-05-11 12:56:23 +02:00

Oppdatereer prosjektet til java 8

This commit is contained in:
Kristian Knarvik 2020-02-20 14:05:18 +01:00
parent c61c3926bd
commit b936414833

@ -16,8 +16,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>