Skip to content

Commit

Permalink
Make publish dependend on sign explicitly (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan authored Oct 1, 2024
1 parent a8c7e9e commit 282ae75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions symbol-processing-aa-embeddable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ tasks {
}

publish {
dependsOn("signShadowPublication")
dependsOn(shadowJar)
dependsOn(sourcesJar)
dependsOn(project(":kotlin-analysis-api").tasks["dokkaJavadocJar"])
Expand Down

0 comments on commit 282ae75

Please sign in to comment.