Skip to content
Snippets Groups Projects
Commit 3be48273 authored by Martin Staehr's avatar Martin Staehr
Browse files

feat: change java version to 1.8 fix: fixes instant interface problem

parent b23d51dd
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment