소스 검색

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

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>


불러오는 중...
취소
저장