mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-04 13:43:29 +01:00
Update build.gradle
This commit is contained in:
parent
9336158c67
commit
644c76be8e
18
build.gradle
18
build.gradle
@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'com.github.johnrengelman.shadow' version '8.1.1'
|
id 'com.github.johnrengelman.shadow' version '8.1.1'
|
||||||
id 'kr.entree.spigradle' version '2.4.3'
|
id 'kr.entree.spigradle' version '2.4.3'
|
||||||
id 'io.freefair.lombok' version '8.3'
|
id 'io.freefair.lombok' version '8.6'
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'jacoco'
|
id 'jacoco'
|
||||||
}
|
}
|
||||||
@ -10,7 +10,7 @@ sourceCompatibility = 17
|
|||||||
targetCompatibility = 17
|
targetCompatibility = 17
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
mcVersion = "1.20.2"
|
mcVersion = "1.20.4"
|
||||||
}
|
}
|
||||||
archivesBaseName = "WorldSystem"
|
archivesBaseName = "WorldSystem"
|
||||||
version = "2.4.37"
|
version = "2.4.37"
|
||||||
@ -129,17 +129,17 @@ dependencies {
|
|||||||
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.11.0'
|
implementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
|
||||||
|
|
||||||
compileOnly("me.clip:placeholderapi:2.11.3")
|
compileOnly("me.clip:placeholderapi:2.11.5")
|
||||||
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
|
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
|
||||||
compileOnly("com.mojang:authlib:1.5.26")
|
compileOnly("com.mojang:authlib:1.5.26")
|
||||||
compileOnly("org.projectlombok:lombok:1.18.30")
|
compileOnly("org.projectlombok:lombok:1.18.30")
|
||||||
compileOnly("org.spigotmc:spigot-api:1.20.1-R0.1-SNAPSHOT")
|
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
|
||||||
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.16-SNAPSHOT")
|
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.21-SNAPSHOT")
|
||||||
compileOnly("com.sk89q.worldedit:worldedit-core:7.2.16-SNAPSHOT")
|
compileOnly("com.sk89q.worldedit:worldedit-core:7.2.21-SNAPSHOT")
|
||||||
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.8.0")
|
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.9.0")
|
||||||
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.8.4")
|
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.9.0")
|
||||||
}
|
}
|
||||||
shadowJar {
|
shadowJar {
|
||||||
minimize()
|
minimize()
|
||||||
|
Loading…
Reference in New Issue
Block a user