From d6440c16761c33bd061b459d7e6efe8b0128991d Mon Sep 17 00:00:00 2001 From: CrazyCloudCraft | Argantiu <95505222+CrazyCloudCraft@users.noreply.github.com> Date: Thu, 14 Jul 2022 16:33:29 +0200 Subject: [PATCH] Update build.gradle --- build.gradle | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index fec7da6..af1968d 100644 --- a/build.gradle +++ b/build.gradle @@ -8,9 +8,9 @@ buildscript { } plugins { - id 'com.github.johnrengelman.shadow' version '7.1.0' - id 'kr.entree.spigradle' version '2.2.4' - id 'io.freefair.lombok' version '6.3.0' + id 'com.github.johnrengelman.shadow' version '7.1.2' + id 'kr.entree.spigradle' version '2.4.2' + id 'io.freefair.lombok' version '6.5.0.3' id 'java' id 'jacoco' } @@ -145,7 +145,7 @@ repositories { url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/' } maven { - url = 'https://ci.athion.net/job/FAWE-1.13/ws/mvn' + url = 'https://ci.athion.net/job/FastAsyncWorldEdit/' } maven { url = 'https://jitpack.io' @@ -157,9 +157,9 @@ repositories { url = 'https://repo.onarandombox.com/content/groups/public/' } maven { - url = 'https://maven.sk89q.com/repo/' + url = 'https://maven.enginehub.org/repo/' } - maven { url = "https://mvn.intellectualsites.com/content/repositories/releases/" } + maven { url = "https://ci.athion.net/job/FastAsyncWorldEdit/changes" } // Commons - IO maven { url = "https://mvnrepository.com/artifact/commons-io/commons-io" } @@ -168,7 +168,7 @@ repositories { maven { url = "https://maven.enginehub.org/repo/" } maven { name = "IntellectualSites Releases" - url = uri("https://mvn.intellectualsites.com/content/repositories/releases/") + url = uri("https://ci.athion.net/job/FastAsyncWorldEdit/changes") } mavenCentral() } @@ -177,24 +177,24 @@ dependencies { compileOnly lombok() annotationProcessor lombok() - implementation spigot('1.17') + implementation spigot('1.19') //Add dependencies here //Test dependencies testImplementation 'org.junit.jupiter:junit-jupiter:5.+' - testImplementation "org.mockito:mockito-core:3.+" + testImplementation "org.mockito:mockito-core:4.+" testImplementation mockBukkit() testImplementation 'org.assertj:assertj-core:3.+' testImplementation lombok() testAnnotationProcessor lombok() - implementation group: 'commons-io', name: 'commons-io', version: '2.6' + implementation group: 'commons-io', name: 'commons-io', version: '2.11.0' - compileOnly 'me.clip:placeholderapi:2.10.9' - compileOnly 'com.github.MilkBowl:VaultAPI:1.7' + compileOnly 'me.clip:placeholderapi:2.11.2' + compileOnly 'com.github.MilkBowl:VaultAPI:1.7.3' compileOnly 'com.mojang:authlib:1.5.25' - compileOnly 'org.projectlombok:lombok:1.18.22' - compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT' + compileOnly 'org.projectlombok:lombok:1.18.24 + compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.2.11-APSHOT' compileOnly 'com.sk89q.worldedit:worldedit-core:7.2.0-SNAPSHOT' compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:1.17-420") compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:1.17-420")