You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: