Skip to content

Commit

Permalink
removed comment from FullstackPlugin.java
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Sep 22, 2023
1 parent 840f64b commit 77c59ef
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@

public class FullstackPlugin implements Plugin<Project> {
@Override
public void apply(Project project) {
// this is bad, it makes everyone have this task registered. this can be left empty.
//
// project.getTasks().register("helmInstallTask", HelmInstallChartTask.class);
}
public void apply(Project project) {}
}

0 comments on commit 77c59ef

Please sign in to comment.