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) {
40
40
target .getExtensions ().add ("aggregates" , aggregates );
41
41
aggregates .all ((aggregate ) -> {
42
42
NamedDomainObjectProvider <DependencyScopeConfiguration > dependencies = target .getConfigurations ()
43
- .dependencyScope (aggregate .getName () + "Dependencies" ,
44
- (configuration ) -> configureAttributes (configuration , aggregate , target .getObjects ()));
43
+ .dependencyScope (aggregate .getName () + "Dependencies" );
45
44
NamedDomainObjectProvider <ResolvableConfiguration > aggregated = target .getConfigurations ()
46
45
.resolvable (aggregate .getName (), (configuration ) -> {
47
46
configuration .extendsFrom (dependencies .get ());
You can’t perform that action at this time.
0 commit comments