We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfa22c commit 44fced7Copy full SHA for 44fced7
1 file changed
src/main/java/org/mangorage/mangobotlaunch/JarHandler.java
@@ -26,6 +26,7 @@ public static Result resolveModuleName(Path jarPath) {
26
.name();
27
} catch (Exception ignore) {}
28
29
+
30
// 1. Proper JPMS module
31
if (jarFile.getEntry("module-info.class") != null) {
32
return new Result(
0 commit comments