Skip to content

Commit

Permalink
fix: modify javadoc classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Apr 12, 2024
1 parent 2d508e9 commit 85650c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val dokkaHtml = tasks.findByName("dokkaHtml")!!
val dokkaHtmlJar = tasks.register<Jar>("dokkaHtmlJar") {
dependsOn(dokkaHtml)
from(dokkaHtml.outputs)
archiveClassifier.set("docs")
archiveClassifier.set("javadoc")
}

publishing {
Expand Down

0 comments on commit 85650c6

Please sign in to comment.