Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-16 04:50:10 +01:00
Change modrinth/hangar publishing dependencies (#825)
Dieser Commit ist enthalten in:
Ursprung
b6caa30c16
Commit
94c755166c
@ -54,9 +54,10 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
|||||||
autoAddDependsOn.set(false)
|
autoAddDependsOn.set(false)
|
||||||
detectLoaders.set(false)
|
detectLoaders.set(false)
|
||||||
dependencies {
|
dependencies {
|
||||||
optional.project("viaversion")
|
required.project("viafabric")
|
||||||
optional.project("viafabric")
|
|
||||||
optional.project("viafabricplus")
|
optional.project("viafabricplus")
|
||||||
|
optional.project("viaversion")
|
||||||
|
optional.project("viarewind")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -75,6 +76,9 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
|||||||
hangar("ViaVersion") {
|
hangar("ViaVersion") {
|
||||||
required = true
|
required = true
|
||||||
}
|
}
|
||||||
|
hangar("ViaRewind") {
|
||||||
|
required = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
velocity {
|
velocity {
|
||||||
@ -84,6 +88,9 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
|||||||
hangar("ViaVersion") {
|
hangar("ViaVersion") {
|
||||||
required = true
|
required = true
|
||||||
}
|
}
|
||||||
|
hangar("ViaRewind") {
|
||||||
|
required = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren