Skip to content

Commit cc43cf1

Browse files
committed
Another attempt at fixing JitPack.
1 parent 1c06083 commit cc43cf1

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 (System.getenv('JITPACK') == 'true') {
173+
if (System.env['JITPACK'] == 'true') {
174174
signing {
175175
setRequired(false)
176176
}

0 commit comments

Comments
 (0)