mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +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