Skip to content

Commit 3c43154

Browse files
Don't sign or publish
We are using jitpack anyway
1 parent a4cbeca commit 3c43154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ subprojects {
3838
plugins.withType<MavenPublishBasePlugin> {
3939
configure<MavenPublishBaseExtension> {
4040
configure(KotlinJvm(JavadocJar.Dokka("dokkaJavadoc")))
41-
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
42-
signAllPublications()
41+
//publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
42+
//signAllPublications()
4343
pom {
4444
name.set(project.name)
4545
description.set(releaseDescription)

0 commit comments

Comments
 (0)