Skip to content

Commit ddf25f5

Browse files
committed
debug code
1 parent 24068c7 commit ddf25f5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2929
artifactSizeMetrics {
@@ -80,6 +80,10 @@ dependencies {
8080
}
8181

8282
allprojects {
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`
9398
jreleaser {
9499
project {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ksp-version = "2.1.0-1.0.29" # Keep in sync with kotlin-version
44

55
dokka-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
1010
coroutines-version = "1.9.0"

0 commit comments

Comments
 (0)