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 b5319db commit ede8b87Copy full SHA for ede8b87
universal/build.gradle.kts
@@ -54,9 +54,8 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
54
autoAddDependsOn.set(false)
55
detectLoaders.set(false)
56
dependencies {
57
- required.project("viafabric")
58
- optional.project("viafabricplus")
59
- optional.project("viaversion")
+ required.project("viaversion")
+ optional.project("viafabric")
60
optional.project("viarewind")
61
}
62
0 commit comments