Update LibFilter.java

This commit is contained in:
ShirosakiMio 2024-08-25 09:52:05 +08:00
parent 2771c49274
commit 3a245cd806
1 changed files with 0 additions and 6 deletions

View File

@ -44,12 +44,6 @@ public class LibFilter {
} else {
newLibraries.add(JNA_5_13);
}
} else if (library.getName().startsWith("com.github.oshi:oshi-core:")) {
if (Integer.parseInt(version[0]) != 6 || Integer.parseInt(version[1]) != 2) {
newLibraries.add(library);
} else {
newLibraries.add(OSHI_6_3);
}
} else {
newLibraries.add(library);
}