Nathan Tamez
08/23/2023, 4:23 PMmaven-publish
we are using id("org.jetbrains.dokka") version "1.8.20"
, classpath("org.jetbrains.dokka:dokka-base:1.8.20")
and classpath("org.jetbrains.dokka:dokka-core:1.8.20")
Unable to find method ''void org.jetbrains.dokka.utilities.TypeReference.<init>(com.fasterxml.jackson.core.type.TypeReference, kotlin.jvm.internal.DefaultConstructorMarker)''
'void org.jetbrains.dokka.utilities.TypeReference.<init>(com.fasterxml.jackson.core.type.TypeReference, kotlin.jvm.internal.DefaultConstructorMarker)'
tapchicoma
08/23/2023, 4:26 PMIgnat Beresnev
08/23/2023, 4:35 PM--stacktrace
) and the output of ./gradlew buildEnvironment
?
I think I know what the problem is, but I'd like to understand how it gets there and if it's possible to fix on your sideNathan Tamez
08/23/2023, 5:18 PMNathan Tamez
08/23/2023, 5:19 PMNathan Tamez
08/23/2023, 5:24 PMubuntu-20.04
and using the actions/setup-java@v3.9.0
action for setting up a JDK
distribution: "adopt"
java-version: "17"
Ignat Beresnev
08/23/2023, 5:29 PMorg.jetbrains.dokka:kotlin-as-java-plugin
its version must match the Dokka versionNathan Tamez
08/23/2023, 5:30 PM1.7.20
thanksIgnat Beresnev
08/23/2023, 5:32 PMNathan Tamez
08/23/2023, 5:36 PM