Skip to content

Commit c3ffb86

Browse files
build: publish Snapshots on commit
Signed-off-by: Andreas Reichel <[email protected]>
1 parent 7e7b484 commit c3ffb86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@ publishing {
552552
}
553553

554554
signing {
555+
def signingKey = findProperty("signingKey")
556+
def signingPassword = findProperty("signingPassword")
557+
useInMemoryPgpKeys(signingKey, signingPassword)
555558
sign publishing.publications.mavenJava
556559
}
557560

0 commit comments

Comments
 (0)