Skip to content

Commit

Permalink
Add missing filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sormuras committed Jan 23, 2024
1 parent 5601225 commit 3d5d210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scanner.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ void scanFile(Path file) throws Exception {
if (scan.isUnique()) {
uniques.put(module, scan.toUri());
uniqueGAs.put(module, scan.GA);
composables.add(module);
requires.addAll(scan.requires());
if (scan.isComposable()) composables.add(module);
}
}
}
Expand Down

0 comments on commit 3d5d210

Please sign in to comment.