Skip to content

Commit 1cc687f

Browse files
authored
fix: Restore Jitpack builds (#1911)
1 parent 9c18b2f commit 1cc687f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ publishing {
182182
}
183183

184184
signing {
185+
required { !'true'.equalsIgnoreCase(project.findProperty('signingDisabled')) }
185186
def signingKey = System.getenv("PGP_SECRET")
186187
def signingPassword = System.getenv("PGP_PASSPHRASE")
187188
useInMemoryPgpKeys(signingKey, signingPassword)

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jdk:
22
- openjdk8
33
install:
4-
- ./gradlew clean build publishToMavenLocal -x signMavenJavaPublication
4+
- ./gradlew clean build publishToMavenLocal -PsigningDisabled=true

0 commit comments

Comments
 (0)