Skip to content

Commit

Permalink
Fix missing dependency on :unity:dokkaHtmlMultiModule
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Feb 27, 2024
1 parent a10b9b8 commit 4dca30b
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
Expand Up @@ -189,3 +189,7 @@ subprojects {
apply<DokkaPlugin>()
}
}

tasks.dokkaHtmlMultiModule {
dependsOn(":unity:dokkaHtmlMultiModule")
}

0 comments on commit 4dca30b

Please sign in to comment.