Skip to content

Commit f99ab8f

Browse files
committed
Just have module finder tell us the damn module name, if it fails then proceed to do our fallback of checking the manifest...
1 parent 634a2e6 commit f99ab8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/org/mangorage/bootstrap/internal/JarHandler.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ static void handle(final Path source, final Path target) throws IOException {
7979
}
8080
}
8181

82+
seenModules.remove("gson"); // HACK FIX
83+
8284
seenModules.forEach((string, result) -> {
8385
final var runnable = result.task().get();
8486
if (runnable != null)

0 commit comments

Comments
 (0)