Explorar el Código

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

master
Binary Wang hace 8 años
padre
commit
81159c2419
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml Ver fichero

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


Cargando…
Cancelar
Guardar