uschindler commented on issue #15250: URL: https://github.com/apache/lucene/issues/15250#issuecomment-3346867694
Ah, this is generally disallowed: Gemini AI says: > Configuration Access: This error happens when a task tries to resolve a configuration (like a dependency classpath) that belongs to another project, or in a way that isn't synchronized with the Gradle daemon's internal state. So we can't resolve the configuration of anothe rproject anymore in Gradle 9. Can we use a lock as suggested by the error message? Normally a lock won't hurt, because you won't call eclipse task as part of a larger build. Uwe -- 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]
