diff --git a/Bukkit/build.gradle b/Bukkit/build.gradle index 8f830b486..6e2c1e3a8 100644 --- a/Bukkit/build.gradle +++ b/Bukkit/build.gradle @@ -4,7 +4,7 @@ plugins { repositories { maven { url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" } maven { url = "https://oss.sonatype.org/content/repositories/snapshots/" } - maven { url = "http://nexus.hc.to/content/repositories/pub_releases" } + maven { url = "https://jitpack.io" } maven { url = "https://repo.codemc.org/repository/maven-public" } maven { name = "papermc" @@ -17,14 +17,14 @@ repositories { dependencies { implementation(project(":Core")) compile(project(":Core")) - compile("com.destroystokyo.paper:paper-api:1.14.4-R0.1-SNAPSHOT") + compile("com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT") //implementation 'com.onarandombox.multiversecore:Multiverse-Core:3.0.0-SNAPSHOT' implementation("org.spigotmc:spigot-api:1.15.2-R0.1-SNAPSHOT") compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.0.1") compile("io.papermc:paperlib:1.0.2") compile(group: "com.squareup.retrofit2", name: "retrofit", version: "2.4.0") implementation("net.kyori:text-adapter-bukkit:3.0.3") - compile("net.milkbowl.vault:VaultAPI:1.7") { + compile("com.github.MilkBowl:VaultAPI:1.7") { exclude(module: "bukkit") } }