File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ plugins {
2323 id(libs.plugins.kotlin.multiplatform.get().pluginId) apply false
2424 id(libs.plugins.kotlin.jvm.get().pluginId) apply false
2525 alias(libs.plugins.aws.kotlin.repo.tools.artifactsizemetrics)
26- id(" org.jreleaser" ) version " 1.17 .0"
26+ id(" org.jreleaser" ) version " 1.18 .0"
2727}
2828
2929artifactSizeMetrics {
@@ -80,6 +80,10 @@ dependencies {
8080}
8181
8282allprojects {
83+ // throw Exception(configurations.toString())
84+ // configurations.forEach {
85+ // println(it.name)
86+ // }
8387 configurations.all {
8488 resolutionStrategy.eachDependency {
8589 if (requested.group.contains(" com.fasterxml.jackson" )) {
@@ -89,6 +93,7 @@ allprojects {
8993 }
9094}
9195
96+
9297// TODO: Use `gr jreleaserDeploy`
9398jreleaser {
9499 project {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ksp-version = "2.1.0-1.0.29" # Keep in sync with kotlin-version
44
55dokka-version = " 2.0.0"
66
7- aws-kotlin-repo-tools-version = " 0.4.27 "
7+ aws-kotlin-repo-tools-version = " 0.0.1 "
88
99# libs
1010coroutines-version = " 1.9.0"
You can’t perform that action at this time.
0 commit comments