Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
fix publishing...
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner committed Mar 14, 2022
1 parent f944eca commit 282baae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ tasks.create("createRelease") {
}
}

signing {
val signingKey: String? by project
val signingPassword: String? by project
useInMemoryPgpKeys(signingKey, signingPassword)
}

indra {
javaVersions {
target(17)
Expand Down

0 comments on commit 282baae

Please sign in to comment.