We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809af45 commit 3833dd2Copy full SHA for 3833dd2
build.gradle
@@ -205,6 +205,7 @@ if (project.hasProperty("releaseMode")) {
205
signing {
206
if (project.hasProperty("SIGNING_PRIVATE_KEY") && project.hasProperty("SIGNING_PASSWORD")) {
207
useInMemoryPgpKeys(project.getProperty("SIGNING_PRIVATE_KEY"), project.getProperty("SIGNING_PASSWORD"))
208
+ sign(publishing.publications)
209
}
210
211
0 commit comments