vy commented on issue #2232:
URL: 
https://github.com/apache/logging-log4j2/issues/2232#issuecomment-1907633017

   @big-andy-coates, I guess this is similar to the issue reported in #2144. 
AFAIU, you are using 
[`-Xlint:all,-serial,-requires-automatic,-requires-transitive-automatic,-module,-processing`](/creek-service/json-schema-validation-comparison/blob/main/build.gradle.kts#L93),
 hence the following warning
   
   ```
   Cannot find annotation method 'value()' in type 'BaselineIgnore': class file 
for aQute.bnd.annotation.baseline.BaselineIgnore not found
   ```
   
   in combination with `-Werror` terminates the compilation. Would you mind 
checking if adding `-classFile` to your `-Xlint:all` fixes the problem, please?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to