mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Update build.gradle
This commit is contained in:
parent
455b20df5d
commit
d6440c1676
28
build.gradle
28
build.gradle
@ -8,9 +8,9 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.github.johnrengelman.shadow' version '7.1.0'
|
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||||
id 'kr.entree.spigradle' version '2.2.4'
|
id 'kr.entree.spigradle' version '2.4.2'
|
||||||
id 'io.freefair.lombok' version '6.3.0'
|
id 'io.freefair.lombok' version '6.5.0.3'
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'jacoco'
|
id 'jacoco'
|
||||||
}
|
}
|
||||||
@ -145,7 +145,7 @@ repositories {
|
|||||||
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
|
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url = 'https://ci.athion.net/job/FAWE-1.13/ws/mvn'
|
url = 'https://ci.athion.net/job/FastAsyncWorldEdit/'
|
||||||
}
|
}
|
||||||
maven {
|
maven {
|
||||||
url = 'https://jitpack.io'
|
url = 'https://jitpack.io'
|
||||||
@ -157,9 +157,9 @@ repositories {
|
|||||||
url = 'https://repo.onarandombox.com/content/groups/public/'
|
url = 'https://repo.onarandombox.com/content/groups/public/'
|
||||||
}
|
}
|
||||||
maven {
|
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
|
// Commons - IO
|
||||||
maven { url = "https://mvnrepository.com/artifact/commons-io/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 { url = "https://maven.enginehub.org/repo/" }
|
||||||
maven {
|
maven {
|
||||||
name = "IntellectualSites Releases"
|
name = "IntellectualSites Releases"
|
||||||
url = uri("https://mvn.intellectualsites.com/content/repositories/releases/")
|
url = uri("https://ci.athion.net/job/FastAsyncWorldEdit/changes")
|
||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
@ -177,24 +177,24 @@ dependencies {
|
|||||||
compileOnly lombok()
|
compileOnly lombok()
|
||||||
annotationProcessor lombok()
|
annotationProcessor lombok()
|
||||||
|
|
||||||
implementation spigot('1.17')
|
implementation spigot('1.19')
|
||||||
|
|
||||||
//Add dependencies here
|
//Add dependencies here
|
||||||
//Test dependencies
|
//Test dependencies
|
||||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.+'
|
testImplementation 'org.junit.jupiter:junit-jupiter:5.+'
|
||||||
testImplementation "org.mockito:mockito-core:3.+"
|
testImplementation "org.mockito:mockito-core:4.+"
|
||||||
testImplementation mockBukkit()
|
testImplementation mockBukkit()
|
||||||
testImplementation 'org.assertj:assertj-core:3.+'
|
testImplementation 'org.assertj:assertj-core:3.+'
|
||||||
testImplementation lombok()
|
testImplementation lombok()
|
||||||
testAnnotationProcessor 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 'me.clip:placeholderapi:2.11.2'
|
||||||
compileOnly 'com.github.MilkBowl:VaultAPI:1.7'
|
compileOnly 'com.github.MilkBowl:VaultAPI:1.7.3'
|
||||||
compileOnly 'com.mojang:authlib:1.5.25'
|
compileOnly 'com.mojang:authlib:1.5.25'
|
||||||
compileOnly 'org.projectlombok:lombok:1.18.22'
|
compileOnly 'org.projectlombok:lombok:1.18.24
|
||||||
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT'
|
compileOnly 'com.sk89q.worldedit:worldedit-bukkit:7.2.11-APSHOT'
|
||||||
compileOnly 'com.sk89q.worldedit:worldedit-core:7.2.0-SNAPSHOT'
|
compileOnly 'com.sk89q.worldedit:worldedit-core:7.2.0-SNAPSHOT'
|
||||||
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:1.17-420")
|
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:1.17-420")
|
||||||
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:1.17-420")
|
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:1.17-420")
|
||||||
|
Loading…
Reference in New Issue
Block a user