Skip to content

Commit c94b8c1

Browse files
authored
Merge pull request #218 from avaje/SentryMan-patch-1
Fix Module Validation
2 parents 1ca1227 + c113d70 commit c94b8c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validator-generator/src/main/java/io/avaje/validation/generator/SimpleComponentWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ void initialise() throws IOException {
2929
fileObject = createSourceFile(name);
3030
}
3131
if (!metaData.isEmpty()) {
32+
ProcessingContext.addValidatorSpi(name);
3233
ProcessingContext.validateModule();
3334
}
3435
}

0 commit comments

Comments
 (0)