diff --git a/Launcher/build.gradle b/Launcher/build.gradle index 2aa41a79..11bf8b2b 100644 --- a/Launcher/build.gradle +++ b/Launcher/build.gradle @@ -52,7 +52,9 @@ pack project(':LauncherAPI') pack project(':LauncherClient') pack project(':LauncherStart') - bundle group: 'com.github.oshi', name: 'oshi-core', version: rootProject['verOshiCore'] + bundle(group: 'com.github.oshi', name: 'oshi-core', version: rootProject['verOshiCore']) { + exclude group: 'org.slf4j' + } } tasks.register('genRuntimeJS', Zip) {