Add SLF4J Simple implementation for logging
This commit is contained in:
parent
ee2e026974
commit
fbc9b5a9c6
|
|
@ -31,6 +31,7 @@ dependencies {
|
|||
annotationProcessor("org.projectlombok:lombok:1.18.30")
|
||||
implementation("io.javalin:javalin:6.6.0") // Javalin for HTTP server
|
||||
implementation("org.slf4j:slf4j-api:2.0.9") // Required by Javalin
|
||||
implementation("org.slf4j:slf4j-simple:2.0.16") // Add SLF4J implementation
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user