Skip to content

Commit

Permalink
Bump de.undercouch.download to 4.1.2 (#2268)
Browse files Browse the repository at this point in the history
* Bump de.undercouch.download to 4.1.2

* Remove bintray repository
  • Loading branch information
vmishenev authored Dec 13, 2021
1 parent d219894 commit bf9d62a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions integration-tests/gradle/projects/stdlib/stdlib.diff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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 {
Expand All @@ -553,9 +553,6 @@ index 5209245..bd38b18 100644
+ }
+ repositories {
+ mavenLocal()
+ maven {
+ url "https://dl.bintray.com/kotlin/kotlin-dev"
+ }
+ gradlePluginPortal()
+ }
+}
Expand Down

0 comments on commit bf9d62a

Please sign in to comment.