Skip to content

Commit

Permalink
Remove bintray repository
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Dec 10, 2021
1 parent d0cbbb9 commit 2e4ef45
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration-tests/gradle/projects/stdlib/stdlib.diff
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 2e4ef45

Please sign in to comment.