3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-01 23:50:11 +02: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()
mavenCentral()
// ViaVersion
maven("https://repo.viaversion.com") {
name = "viaversion"
}
maven("https://jitpack.io") {
content { includeGroupByRegex("com\\.github\\..*") }
}