mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x'
This commit is contained in:
+1
-2
@@ -40,8 +40,7 @@ public class AggregatorPlugin implements Plugin<Project> {
|
||||
target.getExtensions().add("aggregates", aggregates);
|
||||
aggregates.all((aggregate) -> {
|
||||
NamedDomainObjectProvider<DependencyScopeConfiguration> dependencies = target.getConfigurations()
|
||||
.dependencyScope(aggregate.getName() + "Dependencies",
|
||||
(configuration) -> configureAttributes(configuration, aggregate, target.getObjects()));
|
||||
.dependencyScope(aggregate.getName() + "Dependencies");
|
||||
NamedDomainObjectProvider<ResolvableConfiguration> aggregated = target.getConfigurations()
|
||||
.resolvable(aggregate.getName(), (configuration) -> {
|
||||
configuration.extendsFrom(dependencies.get());
|
||||
|
||||
Reference in New Issue
Block a user