Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobrz committed Dec 23, 2024
1 parent 66ce39a commit c09feea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class JKubeMavenPluginResourceGeneratorBuilder {
private String[] profiles = new String[0];
private Map<String, String> properties = new HashMap<>();
private boolean forOpenshift = false;
private boolean useCustomMaven;
private boolean useCustomMaven = false;


public JKubeMavenPluginResourceGeneratorBuilder namespace(String namespace) {
Expand Down

0 comments on commit c09feea

Please sign in to comment.