Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLichtenberger authored Nov 15, 2023
1 parent af589bd commit 84e1f3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,10 @@ subprojects {
}

signing {
required { isReleaseVersion }
def signingKey = System.getenv("OSSRH_GPG_SECRET_KEY")
def signingPassword = System.getenv("OSSRH_GPG_SECRET_KEY_PASSWORD")
useInMemoryPgpKeys(signingKey, signingPassword)
//required { isReleaseVersion }
sign publishing.publications.maven
}

Expand Down

0 comments on commit 84e1f3d

Please sign in to comment.