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 f35e0ea commit ea861bbCopy full SHA for ea861bb
1 file changed
gradle-release.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.vanniktech.maven.publish'
3
// Configure the maven publish plugin
4
mavenPublishing {
5
// Use the new Maven Central Portal (https://central.sonatype.com/)
6
- publishToMavenCentral(true)
+ publishToMavenCentral(true, false)
7
8
// Enable GPG signing for all publications
9
signAllPublications()
0 commit comments