This commit is contained in:
NotMyFault
2021-06-19 10:17:43 +02:00
parent a0e84d7a44
commit 78acb857da
9 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ dependencies {
api("com.plotsquared:PlotSquared-Core:5.13.11") { isTransitive = false }
api("com.intellectualsites.paster:Paster:1.0.1-SNAPSHOT")
compileOnly("net.jpountz:lz4-java-stream:1.0.0") { isTransitive = false }
compileOnly("org.lz4:lz4-java:1.7.1")
compileOnly("org.lz4:lz4-java:1.8.0")
}
tasks.named<Test>("test") {