Skip to content
Snippets Groups Projects
Commit 6d723334 authored by Mark Winter's avatar Mark Winter
Browse files

Fix some java build warnings

parent 18c73c67
Branches
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@
<properties>
<name>${project.name}</name>
<version>${project.version}</version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
......@@ -33,6 +34,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment