develocity-build-config-samples icon indicating copy to clipboard operation
develocity-build-config-samples copied to clipboard

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

Open alexec opened this issue 6 months ago • 0 comments

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.

alexec avatar Aug 07 '24 21:08 alexec