Skip to content

Commit e4b388a

Browse files
authored
Set gradle prop to fix release process (#579)
There is a bug with Gradle 6 and Nexus 2 currently that we can fix by setting a systemProp. See here for more info: gradle/gradle#11308
1 parent 77fd1d9 commit e4b388a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ version = 2.0.0-SNAPSHOT
55
org.gradle.caching=true
66
org.gradle.parallel=true
77

8+
# See https://github.com/gradle/gradle/issues/11308
9+
systemProp.org.gradle.internal.publish.checksums.insecure=true
10+
811
# dependencies
912
kotlinVersion = 1.3.60
1013
kotlinCoroutinesVersion = 1.3.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)