Skip to content

Commit

Permalink
attempt publish fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Barnhill committed Jul 14, 2023
1 parent deb8de6 commit 5118c07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,10 @@ tasks {
archives(sourcesJar)
archives(javadocJar)
}

afterEvaluate {
tasks.named("generateMetadataFileForMavenPublication") {
dependsOn.add(tasks.named("dokkaJavadocJar"))
}
}
}

0 comments on commit 5118c07

Please sign in to comment.