Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-02 17:40:09 +01:00
Ursprung
57451f6818
Commit
7e3525a6a2
@ -6,7 +6,7 @@ object Versions {
|
|||||||
const val PISTON = "0.5.7"
|
const val PISTON = "0.5.7"
|
||||||
const val AUTO_VALUE = "1.7.4"
|
const val AUTO_VALUE = "1.7.4"
|
||||||
const val JUNIT = "5.7.0"
|
const val JUNIT = "5.7.0"
|
||||||
const val MOCKITO = "3.8.0"
|
const val MOCKITO = "3.9.0"
|
||||||
const val FAST_UTIL = "8.2.1"
|
const val FAST_UTIL = "8.2.1"
|
||||||
const val GUAVA = "21.0"
|
const val GUAVA = "21.0"
|
||||||
const val GSON = "2.8.0"
|
const val GSON = "2.8.0"
|
||||||
|
@ -89,7 +89,7 @@ dependencies {
|
|||||||
compileOnly("com.sk89q:dummypermscompat:1.10") {
|
compileOnly("com.sk89q:dummypermscompat:1.10") {
|
||||||
exclude("com.github.MilkBowl", "VaultAPI")
|
exclude("com.github.MilkBowl", "VaultAPI")
|
||||||
}
|
}
|
||||||
testImplementation("org.mockito:mockito-core:3.8.0")
|
testImplementation("org.mockito:mockito-core:3.9.0")
|
||||||
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.4") {
|
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.4") {
|
||||||
exclude("com.sk89q.worldedit", "worldedit-bukkit")
|
exclude("com.sk89q.worldedit", "worldedit-bukkit")
|
||||||
exclude("com.sk89q.worldedit", "worldedit-core")
|
exclude("com.sk89q.worldedit", "worldedit-core")
|
||||||
@ -109,7 +109,7 @@ dependencies {
|
|||||||
implementation("com.palmergames.bukkit:towny:0.84.0.9") { isTransitive = false }
|
implementation("com.palmergames.bukkit:towny:0.84.0.9") { isTransitive = false }
|
||||||
implementation("com.thevoxelbox.voxelsniper:voxelsniper:5.171.0") { isTransitive = false }
|
implementation("com.thevoxelbox.voxelsniper:voxelsniper:5.171.0") { isTransitive = false }
|
||||||
implementation("com.comphenix.protocol:ProtocolLib:4.6.0") { isTransitive = false }
|
implementation("com.comphenix.protocol:ProtocolLib:4.6.0") { isTransitive = false }
|
||||||
implementation("org.incendo.serverlib:ServerLib:2.0.0")
|
implementation("org.incendo.serverlib:ServerLib:2.1.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named<Copy>("processResources") {
|
tasks.named<Copy>("processResources") {
|
||||||
@ -156,7 +156,7 @@ tasks.named<ShadowJar>("shadowJar") {
|
|||||||
include(dependency("it.unimi.dsi:fastutil"))
|
include(dependency("it.unimi.dsi:fastutil"))
|
||||||
}
|
}
|
||||||
relocate("org.incendo.serverlib", "com.boydti.fawe.serverlib") {
|
relocate("org.incendo.serverlib", "com.boydti.fawe.serverlib") {
|
||||||
include(dependency("org.incendo.serverlib:ServerLib:2.0.0"))
|
include(dependency("org.incendo.serverlib:ServerLib:2.1.0"))
|
||||||
}
|
}
|
||||||
relocate("com.intellectualsites.paster", "com.boydti.fawe.paster") {
|
relocate("com.intellectualsites.paster", "com.boydti.fawe.paster") {
|
||||||
include(dependency("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT"))
|
include(dependency("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT"))
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren