1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Add Sponge repository

This commit is contained in:
RednedEpic
2022-03-19 23:46:56 -05:00
parent 1b1621c424
commit 43ab71bdaa

View File

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