Skip to content

Commit 8e76542

Browse files
committed
maven central only accepts snapshot uploads
1 parent 05bb217 commit 8e76542

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.github.ArchipelagoMW"
10-
version = "0.1.20-rc1"
10+
version = "0.1.20-SNAPSHOT"
1111

1212
repositories {
1313
mavenCentral()
@@ -127,12 +127,6 @@ publishing {
127127
}
128128

129129
jreleaser {
130-
project {
131-
snapshot {
132-
// https://regex101.com/r/TYV89b/1
133-
pattern = "^[^-]*-(SNAPSHOT|rc.*)"
134-
}
135-
}
136130
signing {
137131
active = Active.ALWAYS
138132
armored = true

0 commit comments

Comments
 (0)