Skip to content

Commit b6bbf40

Browse files
authored
revert jreleaser to 1.17.0 and skip checksums (#150)
1 parent 4141003 commit b6bbf40

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ jreleaser {
9696
token = "none"
9797
}
9898
}
99+
100+
checksum {
101+
individual = false
102+
artifacts = false
103+
files = false
104+
}
99105
}
100106

101107
fun MavenPom.configureMavenCentralMetadata() {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ coroutines = "1.10.2"
1111
ktor = "3.2.1"
1212
mockk = "1.14.4"
1313
logging = "7.0.7"
14-
jreleaser = "1.19.0"
14+
jreleaser = "1.17.0"
1515
binaryCompatibilityValidatorPlugin = "0.18.0"
1616
slf4j = "2.0.17"
1717
kotest = "5.9.1"

0 commit comments

Comments
 (0)