Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Add workaround for Nexus issue with sha256/512 checksums.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed May 12, 2020
1 parent 9e76b35 commit dea0cce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Expand Up @@ -19,6 +19,9 @@ android.useAndroidX=true
# Required for ViewBinding.
android.enableJetifier=true

# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.workflow
VERSION_NAME=0.27.0-SNAPSHOT

Expand Down

0 comments on commit dea0cce

Please sign in to comment.