Skip to content

Commit c77a4a6

Browse files
committed
Disable signing on JitPack.
1 parent 4c7b616 commit c77a4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/java-publish.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ model {
170170
}
171171
}
172172

173-
if (!version.endsWith('-SNAPSHOT')) {
173+
if (!version.endsWith('-SNAPSHOT') && System.getenv('JITPACK') != 'true') {
174174
signing {
175175
String gpg_key = decode64('ORG_GRADLE_PROJECT_gpg_key64')
176176
useInMemoryPgpKeys(gpg_key, System.env['ORG_GRADLE_PROJECT_gpg_passphrase'])

0 commit comments

Comments
 (0)