mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
1.16.4
This commit is contained in:
parent
bc32581cbd
commit
7a9b3442d2
@ -43,11 +43,11 @@ dependencies {
|
|||||||
implementation("org.bstats:bstats-bukkit:1.7")
|
implementation("org.bstats:bstats-bukkit:1.7")
|
||||||
|
|
||||||
// Minecraft
|
// Minecraft
|
||||||
compileOnlyApi("com.destroystokyo.paper:paper-api:1.16.3-R0.1-SNAPSHOT")
|
compileOnlyApi("com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT")
|
||||||
implementation("io.papermc:paperlib:1.0.5")
|
implementation("io.papermc:paperlib:1.0.5")
|
||||||
|
|
||||||
// Plugins
|
// Plugins
|
||||||
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.0-SNAPSHOT") {
|
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.0") {
|
||||||
exclude(group = "org.bukkit")
|
exclude(group = "org.bukkit")
|
||||||
exclude(group = "org.spigotmc")
|
exclude(group = "org.spigotmc")
|
||||||
}
|
}
|
||||||
|
@ -26,12 +26,12 @@ dependencies {
|
|||||||
compileOnlyApi("javax.inject:javax.inject:1")
|
compileOnlyApi("javax.inject:javax.inject:1")
|
||||||
|
|
||||||
// Plugins
|
// Plugins
|
||||||
compileOnlyApi("com.sk89q.worldedit:worldedit-core:7.2.0-SNAPSHOT") {
|
compileOnlyApi("com.sk89q.worldedit:worldedit-core:7.2.0") {
|
||||||
exclude(group = "bukkit-classloader-check")
|
exclude(group = "bukkit-classloader-check")
|
||||||
exclude(group = "mockito-core")
|
exclude(group = "mockito-core")
|
||||||
exclude(group = "dummypermscompat")
|
exclude(group = "dummypermscompat")
|
||||||
}
|
}
|
||||||
testImplementation("com.sk89q.worldedit:worldedit-core:7.2.0-SNAPSHOT")
|
testImplementation("com.sk89q.worldedit:worldedit-core:7.2.0")
|
||||||
|
|
||||||
// Logging
|
// Logging
|
||||||
api("org.slf4j:slf4j-api:1.7.25")
|
api("org.slf4j:slf4j-api:1.7.25")
|
||||||
|
Loading…
Reference in New Issue
Block a user