mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Launcher log
This commit is contained in:
parent
35bdf1607f
commit
aa7b007616
1 changed files with 3 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue