Skip to content
Snippets Groups Projects
Commit 0b5886d6 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

updated POM to force use of Java version 8

parent 091a3199
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,15 @@ ...@@ -12,6 +12,15 @@
</properties> </properties>
<build> <build>
<plugins> <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment