File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
* SPDX-License-Identifier: Apache-2.0
4
4
*/
5
+ import aws.sdk.kotlin.gradle.dsl.configureJReleaser
5
6
import aws.sdk.kotlin.gradle.dsl.configureLinting
6
- import aws.sdk.kotlin.gradle.dsl.configureNexus
7
7
import aws.sdk.kotlin.gradle.util.typedProp
8
8
9
9
buildscript {
@@ -14,6 +14,12 @@ buildscript {
14
14
classpath(libs.kotlinx.atomicfu.plugin)
15
15
// Add our custom gradle build logic to buildscript classpath
16
16
classpath(libs.aws.kotlin.repo.tools.build.support)
17
+ /*
18
+ Enforce jackson to a version supported both by dokka and jreleaser:
19
+ https://github.com/Kotlin/dokka/issues/3472#issuecomment-1929712374
20
+ https://github.com/Kotlin/dokka/issues/3194#issuecomment-1929382630
21
+ */
22
+ classpath(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.15.3" ))
17
23
}
18
24
}
19
25
@@ -79,7 +85,7 @@ dependencies {
79
85
}
80
86
81
87
// Publishing
82
- configureNexus ()
88
+ configureJReleaser ()
83
89
84
90
// Code Style
85
91
val lintPaths = listOf (
Original file line number Diff line number Diff line change 2
2
kotlin-version = " 2.2.0"
3
3
dokka-version = " 2.0.0"
4
4
5
- aws-kotlin-repo-tools-version = " 0.4.32 "
5
+ aws-kotlin-repo-tools-version = " 0.4.34 "
6
6
7
7
# libs
8
8
coroutines-version = " 1.10.2"
You can’t perform that action at this time.
0 commit comments