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 395f142 commit 8ab0f8c
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 @@ -151,11 +151,11 @@ configure(subprojects.findAll { it.name != 'tests' }) {



signatory{
signatory(
keyId: project.findProperty('signing.keyId'),
// secretKeyRingFile: project.findProperty('signing.secretKeyRingFile'),
password: project.findProperty('signing.password')
}
)


sign publishing.publications.mavenJava
Expand Down

0 comments on commit 8ab0f8c

Please sign in to comment.