diff --git a/gradle.properties b/gradle.properties index cf6d83a2..f3dd0091 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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