We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e76b35 + dea0cce commit 83f9119Copy full SHA for 83f9119
gradle.properties
@@ -19,6 +19,9 @@ android.useAndroidX=true
19
# Required for ViewBinding.
20
android.enableJetifier=true
21
22
+# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
23
+systemProp.org.gradle.internal.publish.checksums.insecure=true
24
+
25
GROUP=com.squareup.workflow
26
VERSION_NAME=0.27.0-SNAPSHOT
27
0 commit comments