replace log4j2 with logback

This commit is contained in:
jbb01
2024-04-01 18:04:25 +02:00
parent bfae7c9802
commit e8ace4fea5
16 changed files with 46 additions and 40 deletions

View File

@@ -9,7 +9,7 @@ val libs = versionCatalogs.named("libs")
dependencies {
implementation(project(":bot-api"))
implementation(libs.findLibrary("log4j2-api").get())
implementation(libs.findLibrary("slf4j").get())
}
tasks.withType<JavaCompile> {