Skip to content

Commit 6c39a8f

Browse files
authored
Fix signing (#195)
1 parent e12fab3 commit 6c39a8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jreleaser {
102102
active.set(org.jreleaser.model.Active.RELEASE)
103103
url = "https://central.sonatype.com/api/v1/publisher"
104104
stagingRepository("build/staging-deploy")
105+
sign = false
105106
applyMavenCentralRules = true
106107
}
107108
}
@@ -110,6 +111,7 @@ jreleaser {
110111
active.set(org.jreleaser.model.Active.SNAPSHOT)
111112
snapshotUrl = "https://central.sonatype.com/repository/maven-snapshots"
112113
url = "https://central.sonatype.com/repository/maven-snapshots"
114+
sign = false
113115
applyMavenCentralRules = true
114116
snapshotSupported = true
115117
closeRepository = false

0 commit comments

Comments
 (0)