Skip to content
Snippets Groups Projects
Verified Commit 121f7b0d authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

build: fix issue with signing

parent 0be16449
No related branches found
Tags 0.7.0
No related merge requests found
Checking pipeline status
...@@ -29,7 +29,6 @@ publishing { ...@@ -29,7 +29,6 @@ publishing {
configure<SigningExtension> { configure<SigningExtension> {
if (canSign) { if (canSign) {
useGpgCmd()
sign(publishing.publications["maven"]) sign(publishing.publications["maven"])
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment