mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-15 07:01:58 +08:00
This commit is contained in:
@@ -50,7 +50,7 @@ class ReactorBuildQueue {
|
||||
this.rootProjects = new HashSet<>();
|
||||
this.blockedProjects = new HashSet<>();
|
||||
this.finishedProjects = new HashSet<>();
|
||||
this.graph.getProjects().forEach(project -> {
|
||||
projects.forEach(project -> {
|
||||
this.projects.add(project);
|
||||
if (this.graph.isRoot(project)) {
|
||||
this.rootProjects.add(project);
|
||||
|
||||
Reference in New Issue
Block a user