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
If you try to traverse dependencies via evaluationDependsOn(...) and Configuration#getDependencies you will notice that subprojects like <project>-jersey only have their dependencies registered once <project> is evaluated but that never exists anywhere in dependency chain. Would be great to avoid dynamically adding dependencies in subprojects from parent project
The text was updated successfully, but these errors were encountered:
If you try to traverse dependencies via
evaluationDependsOn(...)
andConfiguration#getDependencies
you will notice that subprojects like<project>-jersey
only have their dependencies registered once<project>
is evaluated but that never exists anywhere in dependency chain. Would be great to avoid dynamically adding dependencies in subprojects from parent projectThe text was updated successfully, but these errors were encountered: