diff --git a/build.gradle.kts b/build.gradle.kts index f2fd62b2..0f1f3dc9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -305,4 +305,9 @@ tasks { withType { gradleVersion = "8.3" } + + // Exclude logback.xml from the jar to not override projects logback config + withType { + exclude("logback.xml") + } }