Skip to content

Commit 8242b07

Browse files
committed
修复github-ci失败的问题
1 parent 2278e74 commit 8242b07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sandbox-core/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
<artifactId>tools</artifactId>
7878
<version>1.8</version>
7979
<scope>system</scope>
80-
<systemPath>${tools-jar}</systemPath>
80+
<!-- <systemPath>${tools-jar}</systemPath>-->
81+
<systemPath>${java.home}/lib/tools.jar</systemPath>
8182
</dependency>
8283

8384
<dependency>

0 commit comments

Comments
 (0)