Skip to content

Commit 4ac69a9

Browse files
committed
Add jackson override
1 parent e8f4af2 commit 4ac69a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ buildscript {
1414
classpath(libs.kotlinx.atomicfu.plugin)
1515
// Add our custom gradle build logic to buildscript classpath
1616
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"))
1723
}
1824

1925
configurations.classpath {

0 commit comments

Comments
 (0)