This commit is contained in:
Risto Lahtela 2021-01-20 10:00:07 +02:00
parent 01a8f5e1d3
commit c878e71179

View File

@ -75,7 +75,7 @@ subprojects {
ext.nukkitVersion = "1.0-SNAPSHOT" ext.nukkitVersion = "1.0-SNAPSHOT"
ext.bungeeVersion = "1.16-R0.4" ext.bungeeVersion = "1.16-R0.4"
ext.velocityVersion = "1.0.0-SNAPSHOT" ext.velocityVersion = "1.0.0-SNAPSHOT"
ext.redisBungeeVersion = "0.6-SNAPSHOT" ext.redisBungeeVersion = "0.3.8-SNAPSHOT"
ext.httpClientVersion = "4.5.13" ext.httpClientVersion = "4.5.13"
ext.commonsTextVersion = "1.9" ext.commonsTextVersion = "1.9"
@ -95,7 +95,7 @@ subprojects {
ext.nkPlaceholderapiVersion = "1.3-SNAPSHOT" ext.nkPlaceholderapiVersion = "1.3-SNAPSHOT"
repositories { repositories {
mavenCentral() jcenter()
maven { // Spigot Repository maven { // Spigot Repository
url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
} }