Update to p2 5.12.2 and implement clear pipeline

This commit is contained in:
dordsor21
2020-07-02 14:34:05 +01:00
parent 6f71aa7804
commit d3afc9c65d
4 changed files with 85 additions and 4 deletions

View File

@ -59,7 +59,7 @@ dependencies {
"compile"("com.github.intellectualsites.plotsquared:PlotSquared-API:latest") {
isTransitive = false
}
"compile"("com.plotsquared:PlotSquared-Core:5.11.2") {
"compile"("com.plotsquared:PlotSquared-Core:5.12.2") {
isTransitive = false
}
implementation(kotlin("stdlib-jdk8", "1.3.61"))