Skip to content

Commit

Permalink
Update dependencies and improve handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Mar 9, 2023
1 parent feb8f3d commit 2aabe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dokka.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ setUpDokka(dokkaHtmlPartial)
setUpDokka(dokkaJavadoc)

private void setUpDokka(final Object dokkaTask) {
dokkaTask.dependsOn("compileJava", "compileKotlin")
dokkaTask.dependsOn("compileJava", "compileKotlin", "processResources")
dokkaTask.moduleName.set(project.name)
dokkaTask.offlineMode.set(true)
dokkaTask.dokkaSourceSets {
Expand Down

0 comments on commit 2aabe36

Please sign in to comment.