Skip to content

Commit

Permalink
Fix another configuration cache issue with Dokka (#5087)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD authored Jul 11, 2023
1 parent 59b1c84 commit f303d40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-logic/src/main/kotlin/Publishing.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fun Project.configureDokka() {
tasks.withType(DokkaTaskPartial::class.java).configureEach {
//https://github.com/Kotlin/dokka/issues/1455
dependsOn("assemble")
notCompatibleWithConfigurationCache("See https://github.com/Kotlin/dokka/issues/1217")
}

tasks.withType(AbstractDokkaTask::class.java).configureEach {
Expand Down

0 comments on commit f303d40

Please sign in to comment.