You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a project, one, declares a dependency as optional, another project that depends upon project one will pick up the optional dependency transitively. My exception is that an optional dependency will behave as it does in Maven and will not be picked up transitively. You can run ./gradlew verifyRuntimeClasspath against the attached project to reproduce the unexpected behaviour.
The text was updated successfully, but these errors were encountered:
When a project, one, declares a dependency as optional, another project that depends upon project one will pick up the optional dependency transitively. My exception is that an optional dependency will behave as it does in Maven and will not be picked up transitively. You can run
./gradlew verifyRuntimeClasspath
against the attached project to reproduce the unexpected behaviour.The text was updated successfully, but these errors were encountered: