File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147 java -jar shiro_attack-<version>-<jdk>.jar
148148 ```
149149 > 推荐优先下载 `bundle.zip`,解压后直接运行
150- > 若需自行构建,请确保仓库内 `tools /jEG-core-1.0.0.jar` 与 `tools /jmg-sdk-1.0.9.jar` 可用
150+ > 若需自行构建,请确保仓库内 `libs /jEG-core-1.0.0.jar` 与 `libs /jmg-sdk-1.0.9.jar` 可用
151151 files : |
152152 artifacts/**/*.jar
153153 artifacts/**/*.zip
Original file line number Diff line number Diff line change 316316 <artifactId >jeg-core</artifactId >
317317 <version >1.0.0</version >
318318 <scope >system</scope >
319- <systemPath >${project.basedir} /tools /jEG-core-1.0.0.jar</systemPath >
319+ <systemPath >${project.basedir} /libs /jEG-core-1.0.0.jar</systemPath >
320320 </dependency >
321321 <dependency >
322322 <groupId >jmg</groupId >
323323 <artifactId >jmg-sdk</artifactId >
324324 <version >1.0.9</version >
325325 <scope >system</scope >
326- <systemPath >${project.basedir} /tools /jmg-sdk-1.0.9.jar</systemPath >
326+ <systemPath >${project.basedir} /libs /jmg-sdk-1.0.9.jar</systemPath >
327327 </dependency >
328328
329329 </dependencies >
You can’t perform that action at this time.
0 commit comments