We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4141003 commit b6bbf40Copy full SHA for b6bbf40
build.gradle.kts
@@ -96,6 +96,12 @@ jreleaser {
96
token = "none"
97
}
98
99
+
100
+ checksum {
101
+ individual = false
102
+ artifacts = false
103
+ files = false
104
+ }
105
106
107
fun MavenPom.configureMavenCentralMetadata() {
gradle/libs.versions.toml
@@ -11,7 +11,7 @@ coroutines = "1.10.2"
11
ktor = "3.2.1"
12
mockk = "1.14.4"
13
logging = "7.0.7"
14
-jreleaser = "1.19.0"
+jreleaser = "1.17.0"
15
binaryCompatibilityValidatorPlugin = "0.18.0"
16
slf4j = "2.0.17"
17
kotest = "5.9.1"
0 commit comments