Skip to content

Commit 0542528

Browse files
Merge pull request #1156 from square/zachklipp/fix-maven-release
Add insecure checksums gradle flag to fix Nexus release.
2 parents 900cc3e + 04aa67c commit 0542528

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kotlin/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ android.enableJetifier=true
2121
# Uncomment this to diagnose "API $s is obsolete" warnings. Commented out b/c it's pretty noisy.
2222
#android.debug.obsoleteApi=true
2323

24+
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
25+
systemProp.org.gradle.internal.publish.checksums.insecure=true
26+
2427
GROUP=com.squareup.workflow
2528
VERSION_NAME=0.27.0
2629

0 commit comments

Comments
 (0)