Skip to content

Commit 516b58b

Browse files
committed
build: fix plugin repositories order:
1 parent aded007 commit 516b58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
pluginManagement {
1616
repositories {
17+
gradlePluginPortal()
18+
mavenCentral()
1719
maven {
1820
url = uri("https://central.sonatype.com/repository/maven-snapshots/")
1921
}
20-
mavenCentral()
21-
gradlePluginPortal()
2222
}
2323
}
2424

0 commit comments

Comments
 (0)