Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Feb 5, 2025
1 parent 865b7cf commit eb6f47c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ configure(subprojects.findAll { it.name != 'tests' }) {
}

signing {
useInMemoryPgpKeys(
signingKeyId
file(signingKeyId).getText(),
signingPassword as String
)
sign publishing.publications.mavenJava
// useInMemoryPgpKeys(
// signingKeyId
// file(signingKeyId).getText(),
// signingPassword as String
// )
// sign publishing.publications.mavenJava
}


Expand Down

0 comments on commit eb6f47c

Please sign in to comment.