Skip to content

Commit 83f9119

Browse files
Merge pull request #3 from square/zachklipp/workaround-nexus-bug
Add workaround for Nexus issue with sha256/512 checksums.
2 parents 9e76b35 + dea0cce commit 83f9119

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ android.useAndroidX=true
1919
# Required for ViewBinding.
2020
android.enableJetifier=true
2121

22+
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
23+
systemProp.org.gradle.internal.publish.checksums.insecure=true
24+
2225
GROUP=com.squareup.workflow
2326
VERSION_NAME=0.27.0-SNAPSHOT
2427

0 commit comments

Comments
 (0)