replace log4j2 with logback
This commit is contained in:
@@ -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> {
|
||||
|
Reference in New Issue
Block a user