Closed lost22git closed 1 year ago
Hi @lost22git , you simply have to use jmhAnnotationProcessor
instead. annotationProcessor
is for the main source set (testAnnotationProcessor
for the test source set, etc...).
@melix Much thanks for the help and confirmed it works for me ;-)
I have a User.java in the jmh sourceSet
and add annotationProcessor hoped to process
@Json
annotated in User.javabut the annotationProcessor doesn't seem to work