mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-11 18:57:30 +03:00
[FIX] Добавлены новые исключения в AttachJarsTask
This commit is contained in:
parent
5e0bcf5154
commit
65fbf1a6c0
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ public AttachJarsTask(LaunchServer srv) {
|
|||
jars = new ArrayList<>();
|
||||
exclusions = new ArrayList<>();
|
||||
exclusions.add("META-INF/MANIFEST.MF");
|
||||
exclusions.add("META-INF/LICENSE.txt");
|
||||
exclusions.add("META-INF/NOTICE.txt");
|
||||
exclusions.add("META-INF/LICENSE");
|
||||
exclusions.add("META-INF/DEPENDENCIES");
|
||||
exclusions.add("META-INF/NOTICE");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue