diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-06 15:32:08 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-06 18:57:44 +0200 |
commit | daadf8431b9280d5f96cfce2698b83c5e11524f6 (patch) | |
tree | b16a64ad01d91b81619838729b77d90c3fae7884 /gradle | |
parent | ecf4dc53e73b23d66c711b306187fe884c76b0ed (diff) | |
download | dokka-daadf8431b9280d5f96cfce2698b83c5e11524f6.tar.gz dokka-daadf8431b9280d5f96cfce2698b83c5e11524f6.tar.bz2 dokka-daadf8431b9280d5f96cfce2698b83c5e11524f6.zip |
Manually disable bintray tasks in root project (https://github.com/bintray/gradle-bintray-plugin/issues/267)
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 622ab64a..bb8b2fc2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |