fix(ci): 指定 jar 文件后缀

This commit is contained in:
han0
2023-11-15 11:18:02 +08:00
parent 8490918fd3
commit f920438ee4
2 changed files with 9 additions and 2 deletions

View File

@@ -154,6 +154,13 @@
<configuration>
<includeSystemScope>true</includeSystemScope>
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>