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
This commit added support for traversing project dependencies. However, the ProjectDependency.getProjectConfiguration() call assumes that the downstream project has already been notified of pre-resolution, and evaluated itself if necessary. This is not true until ProjectDependencyInternal.beforeResolved() is called. As such, errors like the following currently occur:
Configuration on demand is an incubating feature.
FAILURE: Build failed with an exception.
* Where:
Script '<omitted>' line: 13
* What went wrong:
A problem occurred configuring project ':<omitted>'.
> Exception thrown while executing model rule: PublishingPlugin.Rules#publishing(ExtensionContainer)
> Configuration with name 'default' not found.
The text was updated successfully, but these errors were encountered:
This commit added support for traversing project dependencies. However, the
ProjectDependency.getProjectConfiguration()
call assumes that the downstream project has already been notified of pre-resolution, and evaluated itself if necessary. This is not true untilProjectDependencyInternal.beforeResolved()
is called. As such, errors like the following currently occur:The text was updated successfully, but these errors were encountered: