Skip to content

Commit 215e706

Browse files
4.5.0 Release (GH Pages)
1 parent 64469d2 commit 215e706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ val dokkaJar by tasks.registering(Jar::class) {
245245
}
246246

247247
val dokkaCopyToFolder by tasks.registering(Copy::class) {
248+
dependsOn(tasks.dokkaGenerate)
248249
doFirst { layout.projectDirectory.dir("docs/dokka").asFile.deleteRecursively() }
249250

250251
from(layout.buildDirectory.dir("javadoc/html"))

0 commit comments

Comments
 (0)