From ffe2bb28ba63d720cdd320981ec4dae8d0b5c220 Mon Sep 17 00:00:00 2001 From: darbyjack Date: Fri, 24 Jul 2020 10:48:37 -0500 Subject: [PATCH] Fix gradle resolve --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c99195b..9c49f70 100644 --- a/build.gradle +++ b/build.gradle @@ -10,6 +10,7 @@ description 'PlaceholderAPI' sourceCompatibility = JavaVersion.VERSION_1_8 repositories { + mavenCentral() mavenLocal() maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' @@ -20,9 +21,6 @@ repositories { maven { url = 'https://rayzr.dev/repo/' } - maven { - url = 'http://repo.maven.apache.org/maven2' - } } dependencies {