File tree Expand file tree Collapse file tree
buttplug4j.connectors.javax.websocket.client
buttplug4j.connectors.javax.websocket.common
buttplug4j.connectors.javax.websocket.server
buttplug4j.connectors.jetty.websocket.client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,9 +60,7 @@ publishing {
6060 }
6161 maven {
6262 name = " ossrh"
63- url = version. contains(" -SNAPSHOT" ) ?
64- uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ) :
65- uri(" https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" )
63+ url = " https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC"
6664
6765 credentials {
6866 username = project. findProperty(" maven.user" ) ?: System . getenv(" MAVEN_USER" )
Original file line number Diff line number Diff line change @@ -57,9 +57,7 @@ publishing {
5757 }
5858 maven {
5959 name = " ossrh"
60- url = version. contains(" -SNAPSHOT" ) ?
61- uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ) :
62- uri(" https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" )
60+ url = " https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC"
6361
6462 credentials {
6563 username = project. findProperty(" maven.user" ) ?: System . getenv(" MAVEN_USER" )
Original file line number Diff line number Diff line change @@ -60,9 +60,7 @@ publishing {
6060 }
6161 maven {
6262 name = " ossrh"
63- url = version. contains(" -SNAPSHOT" ) ?
64- uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ) :
65- uri(" https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" )
63+ url = " https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC"
6664
6765 credentials {
6866 username = project. findProperty(" maven.user" ) ?: System . getenv(" MAVEN_USER" )
Original file line number Diff line number Diff line change @@ -61,9 +61,7 @@ publishing {
6161 }
6262 maven {
6363 name = " ossrh"
64- url = version. contains(" -SNAPSHOT" ) ?
65- uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ) :
66- uri(" https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" )
64+ url = " https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC"
6765
6866 credentials {
6967 username = project. findProperty(" maven.user" ) ?: System . getenv(" MAVEN_USER" )
Original file line number Diff line number Diff line change @@ -60,9 +60,7 @@ publishing {
6060 }
6161 maven {
6262 name = " ossrh"
63- url = version. contains(" -SNAPSHOT" ) ?
64- uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ) :
65- uri(" https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" )
63+ url = " https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC"
6664
6765 credentials {
6866 username = project. findProperty(" maven.user" ) ?: System . getenv(" MAVEN_USER" )
Original file line number Diff line number Diff line change @@ -60,9 +60,7 @@ publishing {
6060 }
6161 maven {
6262 name = " ossrh"
63- url = version. contains(" -SNAPSHOT" ) ?
64- uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ) :
65- uri(" https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" )
63+ url = " https://central.sonatype.com/api/v1/publisher/upload?publishingType=AUTOMATIC"
6664
6765 credentials {
6866 username = project. findProperty(" maven.user" ) ?: System . getenv(" MAVEN_USER" )
You can’t perform that action at this time.
0 commit comments