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.
1 parent 77fd1d9 commit e4b388aCopy full SHA for e4b388a
gradle.properties
@@ -5,6 +5,9 @@ version = 2.0.0-SNAPSHOT
5
org.gradle.caching=true
6
org.gradle.parallel=true
7
8
+# See https://github.com/gradle/gradle/issues/11308
9
+systemProp.org.gradle.internal.publish.checksums.insecure=true
10
+
11
# dependencies
12
kotlinVersion = 1.3.60
13
kotlinCoroutinesVersion = 1.3.3
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
0 commit comments