Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 4ec0dbb

Browse files
committed
fix: plugin block order
1 parent 8f2d2ef commit 4ec0dbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugin-build/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
@file:Suppress("UnstableApiUsage")
22

3-
plugins {
4-
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")
5-
}
6-
73
pluginManagement {
84
repositories {
95
gradlePluginPortal()
@@ -12,6 +8,10 @@ pluginManagement {
128
}
139
}
1410

11+
plugins {
12+
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")
13+
}
14+
1515
dependencyResolutionManagement {
1616
repositoriesMode.set(
1717
RepositoriesMode.FAIL_ON_PROJECT_REPOS

0 commit comments

Comments
 (0)