Skip to content

Commit

Permalink
Fix module validation
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Jun 25, 2024
1 parent 1ca1227 commit c113d70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ void initialise() throws IOException {
fileObject = createSourceFile(name);
}
if (!metaData.isEmpty()) {
ProcessingContext.addValidatorSpi(name);
ProcessingContext.validateModule();
}
}
Expand Down

0 comments on commit c113d70

Please sign in to comment.