Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

develocity-maven-extension: should allow me to ignore annotation processors #1332

Open
alexec opened this issue Aug 7, 2024 · 0 comments
Open

Comments

@alexec
Copy link

alexec commented Aug 7, 2024

Where do I raise bugs for develocity-maven-extension?

I'd like to be able to use caches, even if there are annotation processors, otherwise much of the benefit is negated, because Lombok is everywhere in my codebases:

[WARNING] The following annotation processors were found on the classpath: [lombok.launch.AnnotationProcessorHider$AnnotationProcessor, lombok.launch.AnnotationProcessorHider$ClaimingProcessor, org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDslProcessor, org.eclipse.sisu.space.SisuIndexAPT6, org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor].
Compile avoidance has been deactivated.
Please use the maven-compiler-plugin version 3.5 or above and use the <annotationProcessorPaths> configuration element to declare the processors instead.
If you did not intend to use the processors above (e.g. they were leaked by a dependency), you can use the <proc>none</proc> option to disable annotation processing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant