Skip to content

Commit

Permalink
Remove explicit call to install feature as that will be triggered by …
Browse files Browse the repository at this point in the history
…dev mode already

Signed-off-by: Kathryn Kodama <[email protected]>
  • Loading branch information
kathrynkodama committed Feb 8, 2022
1 parent ef6aa8e commit a39580d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,6 @@ class DevTask extends AbstractFeatureTask {
boolean generateFeaturesSuccess = libertyGenerateFeatures(null, true);
if (generateFeaturesSuccess) {
util.javaSourceClassPaths.clear();
libertyCreate(); // need to run create in order to copy generated config file to target
libertyInstallFeature(); // install newly generated features
};
} else if (installFeatures) {
libertyInstallFeature();
Expand Down

0 comments on commit a39580d

Please sign in to comment.