Skip to content

Commit

Permalink
- attempt to fix dokka oom
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 1, 2024
1 parent 76d0b1f commit 7ef8880
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 @@ -36,4 +36,8 @@ allprojects {
tasks.withType<DokkaMultiModuleTask>().configureEach {
dependsOn(gradle.includedBuild("plugin-build").task(":plugin:dokkaHtmlPartial"))
addSubprojectChildTasks(":plugin-build:build:dokkaHtmlPartial")
}

dokka {
dokkaGeneratorIsolation = ClassLoaderIsolation()
}

0 comments on commit 7ef8880

Please sign in to comment.