This commit is contained in:
NotMyFault
2021-08-05 15:55:20 +02:00
parent 3ccb5e0aed
commit c468d22120
3 changed files with 14 additions and 12 deletions

View File

@ -62,9 +62,6 @@ dependencies {
isTransitive = false
exclude(group = "org.slf4j", module = "slf4j-api")
}
compileOnly(libs.spigot) {
because("Remove if #1208 has been addressed")
}
// Logging
implementation(libs.log4j)