Skip to content

Commit

Permalink
Merge pull request #1156 from square/zachklipp/fix-maven-release
Browse files Browse the repository at this point in the history
Add insecure checksums gradle flag to fix Nexus release.
  • Loading branch information
zach-klippenstein committed May 12, 2020
2 parents 900cc3e + 04aa67c commit 0542528
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ android.enableJetifier=true
# Uncomment this to diagnose "API $s is obsolete" warnings. Commented out b/c it's pretty noisy.
#android.debug.obsoleteApi=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

Expand Down

0 comments on commit 0542528

Please sign in to comment.