3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-11-19 14:30:17 +01:00

Add ViaVersion repo

Dieser Commit ist enthalten in:
RednedEpic 2022-03-19 23:29:24 -05:00
Ursprung b26879f76c
Commit 1b1621c424

Datei anzeigen

@ -32,6 +32,11 @@ dependencyResolutionManagement {
mavenLocal() mavenLocal()
mavenCentral() mavenCentral()
// ViaVersion
maven("https://repo.viaversion.com") {
name = "viaversion"
}
maven("https://jitpack.io") { maven("https://jitpack.io") {
content { includeGroupByRegex("com\\.github\\..*") } content { includeGroupByRegex("com\\.github\\..*") }
} }