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: [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]