fix: disable zip file checks for new JVM versions (#1962)
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user