Skip to content

Commit 68db99e

Browse files
committed
Upgraded to work on Java 9 and above.
1 parent dbf0135 commit 68db99e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<artifactId>maven-compiler-plugin</artifactId>
2929
<version>3.7.0</version>
3030
<configuration>
31-
<source>1.7</source>
32-
<target>1.7</target>
31+
<source>9</source>
32+
<target>9</target>
3333
</configuration>
3434
</plugin>
3535
<plugin>

0 commit comments

Comments
 (0)