瀏覽代碼

将发布模块配置改为关闭后自动发布

master
Binary Wang 8 年之前
父節點
當前提交
81159c2419
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml 查看文件

@@ -307,7 +307,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>


Loading…
取消
儲存