diff options
author | Vadim Mishenev <vad-mishenev@yandex.ru> | 2021-12-13 14:53:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 14:53:27 +0300 |
commit | bf9d62a7a2bb510d8099bb2bba225b95c2c064f1 (patch) | |
tree | d1e845cea3c9b7be8b168bf420fe1b1715062b6e | |
parent | d219894b95e1eed7f85ad232cf4f64d5a8ab0d31 (diff) | |
download | dokka-bf9d62a7a2bb510d8099bb2bba225b95c2c064f1.tar.gz dokka-bf9d62a7a2bb510d8099bb2bba225b95c2c064f1.tar.bz2 dokka-bf9d62a7a2bb510d8099bb2bba225b95c2c064f1.zip |
Bump de.undercouch.download to 4.1.2 (#2268)
* Bump de.undercouch.download to 4.1.2
* Remove bintray repository
-rw-r--r-- | integration-tests/gradle/projects/stdlib/stdlib.diff | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/integration-tests/gradle/projects/stdlib/stdlib.diff b/integration-tests/gradle/projects/stdlib/stdlib.diff index afb77fc9..c009e788 100644 --- a/integration-tests/gradle/projects/stdlib/stdlib.diff +++ b/integration-tests/gradle/projects/stdlib/stdlib.diff @@ -43,7 +43,7 @@ index aa8f21b..dd6a2ae 100644 plugins { - id "de.undercouch.download" version "3.4.3" - id 'com.github.jk1.tcdeps' version '0.17' -+ id "de.undercouch.download" version "3.4.3" ++ id "de.undercouch.download" version "4.1.2" + id 'com.github.jk1.tcdeps' version '0.17' + id "java" + id "org.jetbrains.dokka" @@ -542,7 +542,7 @@ diff --git a/settings.gradle b/settings.gradle index 5209245..bd38b18 100644 --- a/settings.gradle +++ b/settings.gradle -@@ -1,5 +1,21 @@ +@@ -1,5 +1,18 @@ +pluginManagement { + resolutionStrategy { + eachPlugin { @@ -553,9 +553,6 @@ index 5209245..bd38b18 100644 + } + repositories { + mavenLocal() -+ maven { -+ url "https://dl.bintray.com/kotlin/kotlin-dev" -+ } + gradlePluginPortal() + } +} |