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 e8f4af2 commit 4ac69a9Copy full SHA for 4ac69a9
build.gradle.kts
@@ -14,6 +14,12 @@ buildscript {
14
classpath(libs.kotlinx.atomicfu.plugin)
15
// Add our custom gradle build logic to buildscript classpath
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"))
23
}
24
25
configurations.classpath {
0 commit comments