mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Bump WorldEdit version to 7.0.1
This commit is contained in:
parent
58bb0509f7
commit
568e9537ec
@ -20,7 +20,7 @@ dependencies {
|
|||||||
compile("com.destroystokyo.paper:paper-api:1.14.4-R0.1-SNAPSHOT")
|
compile("com.destroystokyo.paper:paper-api:1.14.4-R0.1-SNAPSHOT")
|
||||||
//implementation 'com.onarandombox.multiversecore:Multiverse-Core:3.0.0-SNAPSHOT'
|
//implementation 'com.onarandombox.multiversecore:Multiverse-Core:3.0.0-SNAPSHOT'
|
||||||
implementation("org.spigotmc:spigot-api:1.15.1-R0.1-SNAPSHOT")
|
implementation("org.spigotmc:spigot-api:1.15.1-R0.1-SNAPSHOT")
|
||||||
compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.0.0")
|
compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.0.1")
|
||||||
compile("io.papermc:paperlib:1.0.2")
|
compile("io.papermc:paperlib:1.0.2")
|
||||||
compile(group: "com.squareup.retrofit2", name: "retrofit", version: "2.4.0")
|
compile(group: "com.squareup.retrofit2", name: "retrofit", version: "2.4.0")
|
||||||
implementation("net.kyori:text-adapter-bukkit:3.0.3")
|
implementation("net.kyori:text-adapter-bukkit:3.0.3")
|
||||||
@ -90,7 +90,6 @@ shadowJar {
|
|||||||
}
|
}
|
||||||
relocate('net.kyori.text', 'com.github.intellectualsites.plotsquared.formatting.text')
|
relocate('net.kyori.text', 'com.github.intellectualsites.plotsquared.formatting.text')
|
||||||
relocate("io.papermc.lib", "com.github.intellectualsites.plotsquared.bukkit.paperlib")
|
relocate("io.papermc.lib", "com.github.intellectualsites.plotsquared.bukkit.paperlib")
|
||||||
// relocate('org.mcstats', 'com.plotsquared.stats')
|
|
||||||
archiveFileName = "${parent.name}-${project.name}-${parent.version}.jar"
|
archiveFileName = "${parent.name}-${project.name}-${parent.version}.jar"
|
||||||
destinationDirectory = file "../target"
|
destinationDirectory = file "../target"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user