Update build.gradle

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-07-14 16:33:29 +02:00 committed by GitHub
parent 455b20df5d
commit d6440c1676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")