Skip to content

Commit 79c3723

Browse files
committed
Fix vanniktech maven publish command
1 parent 8ee5d65 commit 79c3723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ if (project.hasProperty("releaseMode")) {
218218
}
219219
mavenPublishing {
220220
// or when publishing to https://central.sonatype.com/
221-
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL)
221+
publishToMavenCentral(true)
222222

223223
// signAllPublications()
224224
}

0 commit comments

Comments
 (0)