build: Update PlotSquared

This commit is contained in:
NotMyFault 2022-01-27 15:30:18 +01:00
parent 0f524e665b
commit e309cf8f3c
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
3 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ mcore = "7.0.1"
residence = "4.5._13.1"
towny = "0.97.5.0"
protocollib = "4.7.0"
plotsquaredV6 = "6.3.0"
plotsquared = "6.4.0"
redprotect = "1.9.6"
# Third party
@ -76,8 +76,8 @@ mcore = { group = "com.massivecraft", name = "mcore", version.ref = "mcore" }
residence = { group = "com.bekvon.bukkit.residence", name = "Residence", version.ref = "residence" }
towny = { group = "com.github.TownyAdvanced", name = "Towny", version.ref = "towny" }
protocollib = { group = "com.comphenix.protocol", name = "ProtocolLib", version.ref = "protocollib" }
plotsquaredV6Bukkit = { group = "com.plotsquared", name = "PlotSquared-Bukkit", version.ref = "plotsquaredV6" }
plotsquaredV6Core = { group = "com.plotsquared", name = "PlotSquared-Core", version.ref = "plotsquaredV6" }
plotsquaredBukkit = { group = "com.plotsquared", name = "PlotSquared-Bukkit", version.ref = "plotsquared" }
plotsquaredCore = { group = "com.plotsquared", name = "PlotSquared-Core", version.ref = "plotsquared" }
redprotect = { group = "net.fabiozumbi12", name = "redprotect", version.ref = "redprotect" }
# Third Party

View File

@ -96,8 +96,8 @@ dependencies {
compileOnly(libs.residence) { isTransitive = false }
compileOnly(libs.towny) { isTransitive = false }
compileOnly(libs.protocollib) { isTransitive = false }
compileOnly(libs.plotsquaredV6Bukkit) { isTransitive = false }
compileOnly(libs.plotsquaredV6Core) { isTransitive = false }
compileOnly(libs.plotsquaredBukkit) { isTransitive = false }
compileOnly(libs.plotsquaredCore) { isTransitive = false }
// Third party
implementation(libs.paperlib)

View File

@ -37,7 +37,7 @@ dependencies {
// Plugins
compileOnly(libs.redprotect) { isTransitive = false }
compileOnly(libs.plotsquaredV6Core) { isTransitive = false }
compileOnly(libs.plotsquaredCore) { isTransitive = false }
// ensure this is on the classpath for the AP
annotationProcessor(libs.guava)