Skip to content

Commit

Permalink
use resolveAsSet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiwoo-Lim committed Jul 15, 2021
1 parent 7dd3bed commit 050a26e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ public void installFeatures(boolean isAcceptLicense, List<String> featuresToInst
mapBasedInstallKernel.put("single.json.file", jsonRepos);
mapBasedInstallKernel.put("features.to.resolve", featuresToInstall);
mapBasedInstallKernel.put("license.accept", acceptLicenseMapValue);
mapBasedInstallKernel.put("is.install.server.feature", true);

if (isDebugEnabled()) {
mapBasedInstallKernel.put("debug", Level.FINEST);
Expand Down

0 comments on commit 050a26e

Please sign in to comment.