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 8caa0eb commit 66e0498
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ configure(subprojects.findAll { it.name != 'tests' }) {
}

signing {
useInMemoryPgpKeys(
project.property("signing.keyId") as String,
file(project.property("signing.secretKeyRingFile") as String).readText(),
project.property("signing.password") as String
)
sign publishing.publications.mavenJava
}

Expand Down

0 comments on commit 66e0498

Please sign in to comment.