fix: 解包任务下发

This commit is contained in:
2025-08-05 15:28:53 +08:00
parent 5eee43988d
commit b0d385b75d
13 changed files with 409 additions and 299 deletions

View File

@@ -35,6 +35,10 @@
<!-- <version>1.1.7</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.10</version>
</dependency> <dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.13</version>