We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9549660 commit 6dc89a5Copy full SHA for 6dc89a5
src/main/java/dev/dashaun/shell/initializr/plusplus/models/Plugins.java
@@ -172,7 +172,7 @@ public static Plugin zuluBuilder() {
172
173
Xpp3Dom env = new Xpp3Dom("env");
174
Xpp3Dom javaOptions = new Xpp3Dom("BPE_APPEND_JAVA_TOOL_OPTIONS");
175
- javaOptions.setValue("-Xlog:gc:gc.log");
+ javaOptions.setValue(" -Xlog:gc:gc.log");
176
env.addChild(javaOptions);
177
image.addChild(env);
178
0 commit comments