Skip to content

Commit a4bfe9d

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 3198bb0 commit a4bfe9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

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

83-
seenModules.remove("gson"); // HACK FIX
84-
8583
seenModules.forEach((string, result) -> {
8684
final var runnable = result.task().get();
8785
if (runnable != null)

0 commit comments

Comments
 (0)