dweiss commented on issue #12742: URL: https://github.com/apache/lucene/issues/12742#issuecomment-1788129507
I think the reason for an up-to-date status is because we handle module path ourselves ``` // Add modular dependencies and their transitive dependencies to module path. task.options.compilerArgumentProviders.add(modularPaths.compilationArguments) ``` which means gradle can't inspect the _contents_ of those dependencies (as it would with regular classpath entries). I have to think how to handle this better. It's already hairy enough. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org