Skip to content

Commit 8f78a45

Browse files
committed
fix: Remove resolutionStrategy block from pluginManagement
1 parent 3b21d8a commit 8f78a45

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

settings.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ pluginManagement {
77
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
88
maven("https://repo.papermc.io/repository/maven-public/")
99
}
10-
11-
val idofrontVersion: String by settings
12-
13-
resolutionStrategy {
14-
eachPlugin {
15-
if (requested.id.id.startsWith("com.mineinabyss.conventions"))
16-
useVersion(idofrontVersion)
17-
}
18-
}
1910
}
2011

2112
dependencyResolutionManagement {

0 commit comments

Comments
 (0)