From bf9d62a7a2bb510d8099bb2bba225b95c2c064f1 Mon Sep 17 00:00:00 2001 From: Vadim Mishenev Date: Mon, 13 Dec 2021 14:53:27 +0300 Subject: [PATCH] Bump de.undercouch.download to 4.1.2 (#2268) * Bump de.undercouch.download to 4.1.2 * Remove bintray repository --- integration-tests/gradle/projects/stdlib/stdlib.diff | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/integration-tests/gradle/projects/stdlib/stdlib.diff b/integration-tests/gradle/projects/stdlib/stdlib.diff index afb77fc91b..c009e788bf 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() + } +}