mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-03-23 23:14:52 +08:00
测试持续集成
This commit is contained in:
@@ -241,7 +241,7 @@
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
<compilerArguments>
|
||||
<!-- rt.jar和jce.jar中间的分隔符,windows为“;”,linux为“:” -->
|
||||
<bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath>
|
||||
<bootclasspath>${java.home}/lib/rt.jar:${java.home}/lib/jce.jar</bootclasspath>
|
||||
</compilerArguments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user