Skip to content

Commit

Permalink
Merge pull request #277 from jjiwooLim/resolve
Browse files Browse the repository at this point in the history
use resolveAsSet
  • Loading branch information
jjiwooLim committed Jul 15, 2021
2 parents 7dd3bed + 050a26e commit 8053861
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 8053861

Please sign in to comment.