Skip to content

Commit a848a82

Browse files
committed
Fixed issue
1 parent 9e1517b commit a848a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static void handle(final Path source, final Path target) throws IOException {
7272
module.task().set(() -> Files.copy(jar, dest, StandardCopyOption.REPLACE_EXISTING));
7373
seenModules.put(module.name(), module);
7474
System.out.println("Swapped module: " + module.name() + " jar to " + jar + " from" + oldModule.jar());
75-
return;
75+
continue;
7676
}
7777

7878
System.out.println("Duplicate module ignored: " + module.name() + " from " + jar);

0 commit comments

Comments
 (0)