Skip to content

Commit

Permalink
enabled parallel model resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
aloubyansky committed Mar 31, 2024
1 parent cfa85d1 commit 6c3648d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ private ApplicationModel buildAppModel(ResolvedDependency appArtifact,
}
directDeps = filtered;
}
var parallel = Boolean.getBoolean("parallel");
var parallel = true;//Boolean.getBoolean("parallel");
var collectRtDepsRequest = MavenArtifactResolver.newCollectRequest(artifact, directDeps, managedDeps, List.of(), repos);
try {
if (parallel) {
Expand Down

0 comments on commit 6c3648d

Please sign in to comment.