Skip to content

Commit 6a3583e

Browse files
committed
Fix jreleaser settings
1 parent cd9f48b commit 6a3583e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jreleaser {
138138
snapshotSupported.set(true)
139139
sign.set(false)
140140
url.set("https://maven.pkg.github.com/EEWBot/Base65536J")
141+
snapshotUrl.set("https://maven.pkg.github.com/EEWBot/Base65536J")
141142
stagingRepository("build/staging-deploy")
142143
username.set("EEWBot")
143144
password.set(System.getenv("GPR_KEY"))
@@ -146,8 +147,8 @@ jreleaser {
146147
create("sonatype-snapshot") {
147148
active.set(Active.SNAPSHOT)
148149
snapshotSupported.set(true)
149-
sign.set(true)
150-
url.set("https://central.sonatype.com/repository/maven-snapshots/")
150+
sign.set(false)
151+
snapshotUrl.set("https://central.sonatype.com/repository/maven-snapshots/")
151152
stagingRepository("build/staging-deploy")
152153
username.set(System.getenv("MAVEN_CENTRAL_USERNAME"))
153154
password.set(System.getenv("MAVEN_CENTRAL_PASSWORD"))

0 commit comments

Comments
 (0)