mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.1.x'
Closes gh-51609
This commit is contained in:
+2
-1
@@ -47,7 +47,8 @@ public class AggregatorPlugin implements Plugin<Project> {
|
|||||||
configureAttributes(configuration, aggregate, target.getObjects());
|
configureAttributes(configuration, aggregate, target.getObjects());
|
||||||
});
|
});
|
||||||
target.getRootProject()
|
target.getRootProject()
|
||||||
.allprojects((project) -> target.getDependencies().add(dependencies.getName(), project));
|
.allprojects((project) -> target.getDependencies()
|
||||||
|
.add(dependencies.getName(), project.getDependencyFactory().createProjectDependency()));
|
||||||
aggregate.getFiles()
|
aggregate.getFiles()
|
||||||
.convention(aggregated.map((configuration) -> configuration.getIncoming()
|
.convention(aggregated.map((configuration) -> configuration.getIncoming()
|
||||||
.artifactView((view) -> view.setLenient(true))
|
.artifactView((view) -> view.setLenient(true))
|
||||||
|
|||||||
Reference in New Issue
Block a user