Skip to content

Commit

Permalink
include plugins in worker classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Nov 28, 2022
1 parent e96e87b commit c829043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ abstract class AbstractDokkaTask : DefaultTask() {
val builtDokkaConfig = buildDokkaConfiguration()

val workQueue = workers.processIsolation {
classpath.from(runtime)
classpath.from(runtime + plugins)
forkOptions {
defaultCharacterEncoding = "UTF-8"
}
Expand Down

0 comments on commit c829043

Please sign in to comment.