Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump de.undercouch.download to 4.1.2 #2268

Merged
merged 2 commits into from Dec 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions integration-tests/gradle/projects/stdlib/stdlib.diff
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