removed sponge repo

This commit is contained in:
Bastien 2019-08-13 09:35:14 +02:00
parent f3bd368cbf
commit ecf5491165

View File

@ -14,10 +14,6 @@ repositories {
name = "velocity" name = "velocity"
setUrl("https://repo.velocitypowered.com/snapshots/") setUrl("https://repo.velocitypowered.com/snapshots/")
} }
maven {
name = "sponge"
setUrl("https://repo.spongepowered.org/maven")
}
} }
defaultTasks("clean", "build", "shadowJar") defaultTasks("clean", "build", "shadowJar")