diff --git a/build.gradle.kts b/build.gradle.kts index 2105468ac..88b074327 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,9 +99,7 @@ tasks { relocate("org.apache.commons") // Remove unnecessary files from the jar - minimize { - exclude("org") - } + minimize() } // Set UTF-8 as the encoding