1 parent e12fab3 commit 6c39a8fCopy full SHA for 6c39a8f
1 file changed
build.gradle.kts
@@ -102,6 +102,7 @@ jreleaser {
102
active.set(org.jreleaser.model.Active.RELEASE)
103
url = "https://central.sonatype.com/api/v1/publisher"
104
stagingRepository("build/staging-deploy")
105
+ sign = false
106
applyMavenCentralRules = true
107
}
108
@@ -110,6 +111,7 @@ jreleaser {
110
111
active.set(org.jreleaser.model.Active.SNAPSHOT)
112
snapshotUrl = "https://central.sonatype.com/repository/maven-snapshots"
113
url = "https://central.sonatype.com/repository/maven-snapshots"
114
115
116
snapshotSupported = true
117
closeRepository = false
0 commit comments