Expected and Results
The shadow-gradle-plugin-8.3.1.jar contains a META-INF/services/javax.annotation.processing.Processor file that contains a reference to org.apache.logging.log4j.core.config.plugins.processor.PluginProcessor but the annotation processor is not part of the JAR.
I strongly suspect the plugin jar should not contain a META-INF/services/javax.annotation.processing.Processor file at all.
Related environent and versions
8.3.1
Reproduction steps
This yields to problems when compiling Java classes with the plugin jar on the classpath and not using the -proc:none compiler arg.
Anything else?
No response