• Andy Wilkinson's avatar
    Consider transitives when identifying project dependencies · 45e6c12c
    Andy Wilkinson authored
    Previously, when building a layered jar, the Gradle plugin only
    considered a configuration's direct dependencies when identifying
    project dependencies. This resulted in transitive project dependencies
    being missed when deciding which dependencies belong in the
    application layer.
    
    This commit updates ResolvedDependencies to consider all projects
    from the root project when collecting the IDs of local projects. This
    ensures that any project dependency, no matter where it appears in the
    dependency graph, is successfully identified.
    
    Fixes gh-25163
    45e6c12c
Name
Last commit
Last update
..
org/springframework/boot/gradle Loading commit data...
repository Loading commit data...