Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
everywhere.z 2024-05-11 16:42:24 +08:00
commit b0c260096a
1 changed files with 4 additions and 0 deletions

View File

@ -388,6 +388,10 @@
</goals>
</execution>
</executions>
<configuration>
<!-- 默认不使用 gpg ,如果需要使用请在打包命令中增加 -Dgpg.skip=false -->
<skip>true</skip>
</configuration>
</plugin>
<!-- version number -->
<plugin>