Skip to content

Commit

Permalink
remove skip option due to devonfw#710
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Oct 24, 2024
1 parent 39b03ab commit a711a82
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import com.devonfw.tools.ide.context.IdeContext;
import com.devonfw.tools.ide.io.FileAccess;
import com.devonfw.tools.ide.process.ProcessMode;
import com.devonfw.tools.ide.property.FlagProperty;
import com.devonfw.tools.ide.tool.ToolCommandlet;
import com.devonfw.tools.ide.tool.eclipse.Eclipse;
import com.devonfw.tools.ide.tool.intellij.Intellij;
Expand All @@ -19,8 +18,6 @@
*/
public abstract class IdeToolCommandlet extends PluginBasedCommandlet {

public final FlagProperty skipWorkspaceUpdate;

/**
* The constructor.
*
Expand All @@ -32,7 +29,6 @@ public IdeToolCommandlet(IdeContext context, String tool, Set<Tag> tags) {

super(context, tool, tags);
assert (hasIde(tags));
this.skipWorkspaceUpdate = add(new FlagProperty("--skip-workspace-update", false, "--skip-update-workspace"));
add(this.arguments);
}

Expand Down

0 comments on commit a711a82

Please sign in to comment.