We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b21d8a commit 8f78a45Copy full SHA for 8f78a45
settings.gradle.kts
@@ -7,15 +7,6 @@ pluginManagement {
7
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
8
maven("https://repo.papermc.io/repository/maven-public/")
9
}
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
19
20
21
dependencyResolutionManagement {
0 commit comments