We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87025cc commit 34f53efCopy full SHA for 34f53ef
1 file changed
build.gradle
@@ -11,7 +11,7 @@ plugins {
11
id 'signing'
12
id 'eclipse'
13
id 'maven-publish'
14
- id("io.github.gradle-nexus.publish-plugin") version "1.3.0"
+ id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
15
id 'project-report'
16
}
17
@@ -142,7 +142,10 @@ test.dependsOn prepareTestConfiguration
142
143
nexusPublishing {
144
repositories {
145
- sonatype()
+ sonatype {
146
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
147
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
148
+ }
149
150
151
0 commit comments