Skip to content

Commit

Permalink
Change order of plugin repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Dec 9, 2021
1 parent d0cbbb9 commit 0b8a2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/gradle/projects/stdlib/stdlib.diff
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,10 @@ index 5209245..bd38b18 100644
+ }
+ repositories {
+ mavenLocal()
+ gradlePluginPortal()
+ maven {
+ url "https://dl.bintray.com/kotlin/kotlin-dev"
+ }
+ gradlePluginPortal()
+ }
+}
+apply from: "../template.settings.gradle.kts"
Expand Down

0 comments on commit 0b8a2d0

Please sign in to comment.