Skip to content

Commit

Permalink
bugfix | change name of publication task in build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
jglaszka committed Sep 6, 2023
1 parent 3cd5170 commit 999c38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ if (System.getenv("GPG_KEY_ID") != null) {
System.getenv("GPG_PRIVATE_KEY"),
System.getenv("GPG_PRIVATE_KEY_PASSWORD")
)
sign(tasks["publishing.publications"])
sign(publishing.publications["sonatype"])
}
}

0 comments on commit 999c38e

Please sign in to comment.