Skip to content

Commit

Permalink
GenerateModuleMetadata dependsOn docsJar
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Jan 31, 2024
1 parent 2a99275 commit 67c59fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-src/src/main/kotlin/publish-gradle-plugin.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ val sourcesJar by project.tasks.creating(Jar::class) {
setupPublishing(docsJar, sourcesJar)

signPublications()

tasks.withType<GenerateModuleMetadata> {
dependsOn(docsJar)
}

0 comments on commit 67c59fb

Please sign in to comment.