Skip to content

Commit

Permalink
fix: remove redundant method from ResourceMojo defined in superclass (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
professorabhay authored Apr 9, 2024
1 parent aad1565 commit 24ceb7c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ public void executeInternal() throws MojoExecutionException, MojoFailureExceptio
}
}

@Override
protected RuntimeMode getRuntimeMode() {
return RuntimeMode.KUBERNETES;
}

protected PlatformMode getPlatformMode() {
return PlatformMode.kubernetes;
}
Expand Down

0 comments on commit 24ceb7c

Please sign in to comment.