Skip to content

Commit

Permalink
Signing doesn't work like that 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Feb 3, 2025
1 parent 952263e commit c8a7c17
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
`maven-publish`
signing
id("jnoise.common-conventions")
}

Expand Down Expand Up @@ -48,12 +47,3 @@ publishing {
}
}
}

signing {
if (System.getenv()["CI"] != null) {
useInMemoryPgpKeys(System.getenv()["SIGNING_KEY"], System.getenv()["SIGNING_PASSWORD"])
// Only attempt to sign if we are in the CI.
// If you are publishing to maven local then it doesn't need signing.
sign(publishing.publications["maven"])
}
}

0 comments on commit c8a7c17

Please sign in to comment.