File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
buildSrc/src/main/java/org/springframework/boot/build/aggregation Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ public void apply(Project target) {
4040 target .getExtensions ().add ("aggregates" , aggregates );
4141 aggregates .all ((aggregate ) -> {
4242 NamedDomainObjectProvider <DependencyScopeConfiguration > dependencies = target .getConfigurations ()
43- .dependencyScope (aggregate .getName () + "Dependencies" ,
44- (configuration ) -> configureAttributes (configuration , aggregate , target .getObjects ()));
43+ .dependencyScope (aggregate .getName () + "Dependencies" );
4544 NamedDomainObjectProvider <ResolvableConfiguration > aggregated = target .getConfigurations ()
4645 .resolvable (aggregate .getName (), (configuration ) -> {
4746 configuration .extendsFrom (dependencies .get ());
You can’t perform that action at this time.
0 commit comments