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 a4cbeca commit 3c43154Copy full SHA for 3c43154
build.gradle.kts
@@ -38,8 +38,8 @@ subprojects {
38
plugins.withType<MavenPublishBasePlugin> {
39
configure<MavenPublishBaseExtension> {
40
configure(KotlinJvm(JavadocJar.Dokka("dokkaJavadoc")))
41
- publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
42
- signAllPublications()
+ //publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
+ //signAllPublications()
43
pom {
44
name.set(project.name)
45
description.set(releaseDescription)
0 commit comments