Skip to content

Commit ea861bb

Browse files
committed
don't wait for validation
1 parent f35e0ea commit ea861bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle-release.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.vanniktech.maven.publish'
33
// Configure the maven publish plugin
44
mavenPublishing {
55
// Use the new Maven Central Portal (https://central.sonatype.com/)
6-
publishToMavenCentral(true)
6+
publishToMavenCentral(true, false)
77

88
// Enable GPG signing for all publications
99
signAllPublications()

0 commit comments

Comments
 (0)