fix: disable zip file checks for new JVM versions (#1962)

This commit is contained in:
Skylot
2023-07-28 20:09:54 +01:00
parent 8f635076ea
commit 752c61ae71
4 changed files with 19 additions and 2 deletions
@@ -101,7 +101,7 @@ public class JavaInputLoader {
}
});
} catch (Exception e) {
LOG.error("Failed to process zip file: {}", file.getAbsolutePath(), e);
LOG.error("Failed to process zip file: {}", name, e);
}
return result;
}