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 f30fcdc commit 710ffab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ configure(subprojects.findAll { it.name != 'tests' }) {
signing {
signatory(
keyId: project.findProperty('signing.keyId'),
secretKeyRingFile: project.findProperty('signing.secretKeyRingFile')
password: project.findProperty('signing.password'),
secretKeyRingFile: project.findProperty('signing.secretKeyRingFile'),
password: project.findProperty('signing.password')
)

sign publishing.publications.mavenJava
Expand Down

0 comments on commit 710ffab

Please sign in to comment.