Skip to content

Commit cb38896

Browse files
committed
Fix maven compile config.
1 parent 249e0c9 commit cb38896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom-central.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
<artifactId>maven-compiler-plugin</artifactId>
5353
<version>3.8.1</version>
5454
<configuration>
55-
<source>1.6</source>
56-
<target>1.6</target>
55+
<source>1.8</source>
56+
<target>1.8</target>
5757
<encoding>UTF-8</encoding>
5858
</configuration>
5959
</plugin>

0 commit comments

Comments
 (0)