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

Remove Geyser-Sponge (#4097)

See PR for details
This commit is contained in:
Konicai
2023-09-11 13:54:24 -04:00
committed by GitHub
parent c67d50c13e
commit f78e6dd7e7
19 changed files with 6 additions and 910 deletions

View File

@@ -32,9 +32,6 @@ dependencyResolutionManagement {
name = "viaversion"
}
// Sponge
maven("https://repo.spongepowered.org/repository/maven-public/")
maven("https://jitpack.io") {
content { includeGroupByRegex("com\\.github\\..*") }
}
@@ -65,7 +62,6 @@ include(":api")
include(":bungeecord")
include(":fabric")
include(":spigot")
include(":sponge")
include(":standalone")
include(":velocity")
include(":common")
@@ -75,6 +71,5 @@ include(":core")
project(":bungeecord").projectDir = file("bootstrap/bungeecord")
project(":fabric").projectDir = file("bootstrap/fabric")
project(":spigot").projectDir = file("bootstrap/spigot")
project(":sponge").projectDir = file("bootstrap/sponge")
project(":standalone").projectDir = file("bootstrap/standalone")
project(":velocity").projectDir = file("bootstrap/velocity")