Remove sponge repo dependency

This commit is contained in:
Matt Worzala 2021-11-11 09:31:53 -05:00 committed by TheMode
parent 7130cc9dc9
commit b558125bee
1 changed files with 0 additions and 4 deletions

View File

@ -32,10 +32,6 @@ allprojects {
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
maven {
name 'sponge'
url 'https://repo.spongepowered.org/maven'
}
}
javadoc {
options {