Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 0fbff45

Browse files
committed
specify java version
1 parent 2a22541 commit 0fbff45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
<artifactId>maven-compiler-plugin</artifactId>
2323
<version>3.7.0</version>
2424
<configuration>
25-
<release>9</release>
25+
<source>1.8</source>
26+
<target>1.8</target>
2627
</configuration>
2728
</plugin>
2829
</plugins>

0 commit comments

Comments
 (0)