[FIX] Launcher log

This commit is contained in:
Gravita 2024-02-03 17:35:27 +07:00
parent 35bdf1607f
commit aa7b007616

View file

@ -52,7 +52,9 @@
pack project(':LauncherAPI') pack project(':LauncherAPI')
pack project(':LauncherClient') pack project(':LauncherClient')
pack project(':LauncherStart') 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) { tasks.register('genRuntimeJS', Zip) {