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.
2 parents 48c8659 + e0c9461 commit 8df4bbbCopy full SHA for 8df4bbb
build.gradle.kts
@@ -19,6 +19,11 @@ plugins {
19
buildscript {
20
dependencies {
21
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")
27
}
28
29
0 commit comments