We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
true
1 parent a0fcf31 commit 02b4ec5Copy full SHA for 02b4ec5
build.gradle
@@ -8,7 +8,7 @@ allprojects {
8
plugins.withId("com.vanniktech.maven.publish") {
9
mavenPublishing {
10
// Want to publish to so1.oss.sonatype.org
11
- publishToMavenCentral(SonatypeHost.S01)
+ publishToMavenCentral(SonatypeHost.S01,true)
12
signAllPublications()
13
}
14
0 commit comments