Skip to content

Commit 8acc6de

Browse files
authored
Merge pull request #2 from bsyonline/fix-compile-target-version
fix compile target version
2 parents f222b11 + ed7ec72 commit 8acc6de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<artifactId>maven-compiler-plugin</artifactId>
8686
<configuration>
8787
<source>1.8</source>
88-
<target>1.08</target>
88+
<target>1.8</target>
8989
</configuration>
9090
</plugin>
9191
</plugins>

0 commit comments

Comments
 (0)