From c878e7117912a3ce6a38a48798a2e6f855f8ed28 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+Rsl1122@users.noreply.github.com> Date: Wed, 20 Jan 2021 10:00:07 +0200 Subject: [PATCH] Revert 6db76230370eada732c302aed14b1bc7333c7f11 --- Plan/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 7bac6b8f4..cb78ba264 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -75,7 +75,7 @@ subprojects { ext.nukkitVersion = "1.0-SNAPSHOT" ext.bungeeVersion = "1.16-R0.4" ext.velocityVersion = "1.0.0-SNAPSHOT" - ext.redisBungeeVersion = "0.6-SNAPSHOT" + ext.redisBungeeVersion = "0.3.8-SNAPSHOT" ext.httpClientVersion = "4.5.13" ext.commonsTextVersion = "1.9" @@ -95,7 +95,7 @@ subprojects { ext.nkPlaceholderapiVersion = "1.3-SNAPSHOT" repositories { - mavenCentral() + jcenter() maven { // Spigot Repository url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }