From c3322021d09d169bbc6f65f28d4f22e3257cc81d Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Thu, 23 Jul 2020 18:02:29 +0100 Subject: [PATCH] mavenLocal, poms --- Bukkit/build.gradle | 2 +- Bukkit/pom.xml | 6 +++--- Core/pom.xml | 2 +- build.gradle | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Bukkit/build.gradle b/Bukkit/build.gradle index e752aca5f..1bf48750c 100644 --- a/Bukkit/build.gradle +++ b/Bukkit/build.gradle @@ -2,6 +2,7 @@ plugins { id "com.github.johnrengelman.shadow" } repositories { + mavenLocal() maven { url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" } maven { url = "https://oss.sonatype.org/content/repositories/snapshots/" } maven { url = "https://jitpack.io" } @@ -14,7 +15,6 @@ repositories { maven { url = "https://ci.ender.zone/plugin/repository/everything/" } maven { url = "https://mvn.intellectualsites.com/content/repositories/snapshots" } maven { url = "https://repo.wea-ondara.net/repository/public/" } - mavenLocal() } diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml index d4848ae84..223190636 100644 --- a/Bukkit/pom.xml +++ b/Bukkit/pom.xml @@ -39,7 +39,7 @@ com.sk89q.worldedit worldedit-bukkit - 7.1.0 + 7.2.0-SNAPSHOT compile @@ -51,7 +51,7 @@ io.papermc paperlib - 1.0.2 + 1.0.4 compile @@ -93,7 +93,7 @@ com.sk89q.worldedit worldedit-core - 7.0.0 + 7.2.0-SNAPSHOT runtime diff --git a/Core/pom.xml b/Core/pom.xml index ac6a4ef60..272b95508 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -45,7 +45,7 @@ com.sk89q.worldedit worldedit-core - 7.0.0 + 7.2.0-SNAPSHOT runtime diff --git a/build.gradle b/build.gradle index d855d1ef3..7c710c29f 100644 --- a/build.gradle +++ b/build.gradle @@ -114,6 +114,7 @@ subprojects { subproject -> } repositories { + mavenLocal() mavenCentral() maven { url = "https://maven.enginehub.org/repo/" } maven { url = "https://repo.maven.apache.org/maven2" }