Skip to content

Commit 58cc3bf

Browse files
committed
Revert "build(pom): 更新Java编译配置"
This reverts commit f412165.
1 parent f412165 commit 58cc3bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@
296296
<goal>compile</goal>
297297
</goals>
298298
<configuration>
299-
<release>8</release>
299+
<source>1.8</source>
300+
<target>1.8</target>
300301
<debuglevel>lines,vars,source</debuglevel>
301302
</configuration>
302303
</execution>

0 commit comments

Comments
 (0)