Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was discovered using the gradle-release devloop: atlassian-labs/gradle-release@806c334 Here, in Docker infra, it was locally confirmed by `publishToMavenLocal --stacktrace`. Before: ``` * What went wrong: org/jetbrains/kotlin/gradle/dsl/KotlinSingleTargetExtension > org.jetbrains.kotlin.gradle.dsl.KotlinSingleTargetExtension * Try: > Run with --info or --debug option to get more log output. * Exception is: java.lang.NoClassDefFoundError: org/jetbrains/kotlin/gradle/dsl/KotlinSingleTargetExtension at org.jetbrains.dokka.gradle.kotlin.KotlinCompilationUtilsKt.allCompilationsOf(kotlinCompilationUtils.kt:25) at org.jetbrains.dokka.gradle.kotlin.IsMainSourceSetKt.isMainSourceSet(isMainSourceSet.kt:10) at org.jetbrains.dokka.gradle.kotlin.KotlinSourceSetGistKt$gistOf$2.call(KotlinSourceSetGist.kt:21) at org.jetbrains.dokka.gradle.kotlin.KotlinSourceSetGistKt$gistOf$2.call(KotlinSourceSetGist.kt) at org.gradle.api.internal.provider.DefaultProvider.calculateOwnValue(DefaultProvider.java:72) BUILD FAILED in 11s ``` After: ``` BUILD SUCCESSFUL in 4s 10 actionable tasks: 4 executed, 6 up-to-date ```
- Loading branch information