Skip to content
Snippets Groups Projects
Commit 2d0a8a65 authored by Daniel's avatar Daniel
Browse files

FIX ENH: Upgraded pom.xml to compile for Java 11.

parent 3499e9af
No related branches found
No related tags found
No related merge requests found
......@@ -227,10 +227,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.1</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment