mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-11 05:30:08 +00:00
Fix broken builder rules support
This commit is contained in:
@@ -68,7 +68,7 @@ public class SmartBuilder implements Builder {
|
||||
});
|
||||
String rules = null;
|
||||
if (!list.isEmpty()) {
|
||||
rules = String.join("\n", rules);
|
||||
rules = String.join("\n", list);
|
||||
}
|
||||
|
||||
DependencyGraph<MavenProject> graph = DependencyGraph.fromMaven(session.getProjectDependencyGraph(), rules);
|
||||
|
Reference in New Issue
Block a user