Add ViaVersion repo

This commit is contained in:
RednedEpic 2022-03-19 23:29:24 -05:00
parent b26879f76c
commit 1b1621c424
1 changed files with 5 additions and 0 deletions

View File

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