Skip to content

Commit

Permalink
misc: mark Dokka tasks CC incompatible (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Dec 5, 2023
1 parent 81bca5b commit fec7187
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import io.gitlab.arturbosch.detekt.Detekt
import org.jetbrains.dokka.gradle.DokkaTask

plugins {
groovy
Expand Down Expand Up @@ -62,6 +63,9 @@ tasks {
withType<Jar>().configureEach {
dependsOn(processResources)
}
withType<DokkaTask>().configureEach {
notCompatibleWithConfigurationCache("https://github.com/Kotlin/dokka/issues/2231")
}
javadoc {
enabled = false
}
Expand Down

0 comments on commit fec7187

Please sign in to comment.