Skip to content

Commit

Permalink
chore: fixed file
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed May 27, 2024
1 parent 2ddb13a commit 2a5fa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ subprojects { project ->
dependsOn(tasks.named("dokkaHtml"))
dependsOn(tasks.named("dokkaJavadoc"))
archiveClassifier.set("javadoc")
from new File(layout.buildDirectory, "dokka/javadoc")
from new File(buildDir, "dokka/javadoc")
}

publishing {
Expand Down

0 comments on commit 2a5fa9c

Please sign in to comment.