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 900cc3e + 04aa67c commit 0542528Copy full SHA for 0542528
kotlin/gradle.properties
@@ -21,6 +21,9 @@ android.enableJetifier=true
21
# Uncomment this to diagnose "API $s is obsolete" warnings. Commented out b/c it's pretty noisy.
22
#android.debug.obsoleteApi=true
23
24
+# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
25
+systemProp.org.gradle.internal.publish.checksums.insecure=true
26
+
27
GROUP=com.squareup.workflow
28
VERSION_NAME=0.27.0
29
0 commit comments