Add Sponge repository

This commit is contained in:
RednedEpic 2022-03-19 23:46:56 -05:00
parent 1b1621c424
commit 43ab71bdaa
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ dependencyResolutionManagement {
name = "viaversion"
}
// Sponge
maven("https://repo.spongepowered.org/repository/maven-public/")
maven("https://jitpack.io") {
content { includeGroupByRegex("com\\.github\\..*") }
}