mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-18 16:17:45 +01:00
Remove ViaFabricPlus as required dependency (#827)
This commit is contained in:
parent
b5319dbb32
commit
ede8b877b5
@ -54,9 +54,8 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
||||
autoAddDependsOn.set(false)
|
||||
detectLoaders.set(false)
|
||||
dependencies {
|
||||
required.project("viafabric")
|
||||
optional.project("viafabricplus")
|
||||
optional.project("viaversion")
|
||||
required.project("viaversion")
|
||||
optional.project("viafabric")
|
||||
optional.project("viarewind")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user