Skip to content

Commit

Permalink
signJvmPublication renamed to signDesktopPublication.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteckman committed Oct 25, 2024
1 parent 0ffb9f5 commit 9149e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks.withType<AbstractPublishToMaven>().configureEach {
// Fix errors related to declared dependencies between publishing tasks and signing tasks
dependsOn.add("signAndroidReleasePublication")
dependsOn.add("signJsPublication")
dependsOn.add("signJvmPublication")
dependsOn.add("signDesktopPublication")
dependsOn.add("signKotlinMultiplatformPublication")
dependsOn.add("signWasmJsPublication")

Expand Down

0 comments on commit 9149e36

Please sign in to comment.