Skip to content

Commit f182420

Browse files
build: Disable Signing with in Memory keys temporarily
1 parent 994e6c6 commit f182420

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

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

554554
signing {
555-
def signingKey = findProperty("signingKey")
556-
def signingPassword = findProperty("signingPassword")
557-
useInMemoryPgpKeys(signingKey, signingPassword)
555+
//def signingKey = findProperty("signingKey")
556+
//def signingPassword = findProperty("signingPassword")
557+
//useInMemoryPgpKeys(signingKey, signingPassword)
558558
sign publishing.publications.mavenJava
559559
}
560560

0 commit comments

Comments
 (0)