Skip to content

Commit

Permalink
Set gradle prop to fix release process (ExpediaGroup#579)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
smyrick committed Jan 24, 2020
1 parent 893fb53 commit 438299b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gradle.properties
Expand Up @@ -5,6 +5,9 @@ version = 2.0.0-SNAPSHOT
org.gradle.caching=true
org.gradle.parallel=true

# See https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true

# dependencies
kotlinVersion = 1.3.60
kotlinCoroutinesVersion = 1.3.3
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 438299b

Please sign in to comment.