no message

This commit is contained in:
2025-10-23 22:09:59 +08:00
parent 362866113a
commit fc29003411
2 changed files with 1 additions and 14 deletions

13
pom.xml
View File

@ -320,19 +320,6 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>