lkris2uic commented on issue #15677: URL: https://github.com/apache/lucene/issues/15677#issuecomment-3867810489
I dug into this a bit more and wanted to add some context. I can’t reproduce the failure locally unless coverage is enabled. Running default tasks works fine, but when I run with -`Dtests.coverage=true `(which matches the Jenkins invocation), the build fails during configuration. The failure seems to come from `CodeCoveragePlugin.RootExtPlugin` trying to configure `jacocoAggregatedReport` in the root project even though that task hasn’t been registered yet. That’s what leads to the “task not found” error shown above. Still looking at the cleanest way to address this, but wanted to clarify the trigger and root cause. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
