Skip to content

Commit 8df4bbb

Browse files
authored
Merge pull request #89 from Automattic/hamorillo/85_fix_openapi_generation
Forcing a concrete version of "jackson-core"
2 parents 48c8659 + e0c9461 commit 8df4bbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle.kts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ plugins {
1919
buildscript {
2020
dependencies {
2121
classpath("org.jetbrains.dokka:dokka-base:1.9.20")
22+
23+
/**
24+
* Forcing the use of Jackson Core to avoid a conflict between the version used by Dokka and the one used by OpenAPI Generator.
25+
*/
26+
classpath("com.fasterxml.jackson.core:jackson-core:2.15.3")
2227
}
2328
}
2429

0 commit comments

Comments
 (0)