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

Add workaround for Nexus issue with sha256/512 checksums. #3

Merged
merged 1 commit into from May 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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