Update upstream

acf9c3b Change oak stair shape to straight in legacy.json.
c7da4c0 Swap out logback for log4j2
This commit is contained in:
NotMyFault 2021-04-05 23:14:20 +02:00
parent 685c25bdf4
commit dc51379e8f
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
3 changed files with 2 additions and 2400 deletions

View File

@ -7,7 +7,6 @@ object Versions {
const val AUTO_VALUE = "1.7.4"
const val JUNIT = "5.7.0"
const val MOCKITO = "3.8.0"
const val LOGBACK = "1.2.3"
const val FAST_UTIL = "8.2.1"
const val GUAVA = "21.0"
const val GSON = "2.8.0"

View File

@ -48,8 +48,7 @@ dependencies {
annotationProcessor("com.google.guava:guava:21.0")
compileOnly("com.google.auto.value:auto-value-annotations:${Versions.AUTO_VALUE}")
annotationProcessor("com.google.auto.value:auto-value:${Versions.AUTO_VALUE}")
testImplementation("ch.qos.logback:logback-core:${Versions.LOGBACK}")
testImplementation("ch.qos.logback:logback-classic:${Versions.LOGBACK}")
"testRuntimeOnly"("org.apache.logging.log4j:log4j-core:2.8.1")
implementation("com.github.luben:zstd-jni:1.4.9-2")
compileOnly("net.fabiozumbi12:redprotect:1.9.6")
api("com.github.intellectualsites.plotsquared:PlotSquared-API:4.514") { isTransitive = false }

File diff suppressed because one or more lines are too long