Skip to content

Commit

Permalink
publish javadoc as html
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuly committed Nov 1, 2022
1 parent cbd8813 commit adfcfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ allprojects {
}

subprojects {
val dokkaJavadocJar by tasks.creating(Jar::class) {
val dokkaJar by tasks.creating(Jar::class) {
dependsOn(tasks.dokkaHtml)
from(tasks.dokkaHtml)
archiveClassifier.set("javadoc")
Expand Down Expand Up @@ -83,7 +83,7 @@ subprojects {
url.set("https://gitlab.com/trixnity/trixnity")
}

artifact(dokkaJavadocJar)
artifact(dokkaJar)
}
}
}
Expand Down

0 comments on commit adfcfaa

Please sign in to comment.