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.
1 parent 5a16279 commit 462d7afCopy full SHA for 462d7af
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,true)
+ publishToMavenCentral(SonatypeHost.S01, true)
12
signAllPublications()
13
}
14
0 commit comments