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 8c6bb21 commit 1c4c747Copy full SHA for 1c4c747
manager/src/main/java/io/aklivity/zilla/manager/internal/commands/install/ZpmInstall.java
@@ -704,6 +704,7 @@ private void generateLauncher() throws IOException
704
Path zillaPath = launcherDir.resolve("zilla");
705
Files.write(zillaPath, Arrays.asList(
706
"#!/bin/sh",
707
+ "JAVA_OPTIONS+=\"${ZILLA_INCUBATOR_ENABLED:+ -Dzilla.incubator.enabled=$ZILLA_INCUBATOR_ENABLED}\"",
708
"cd \"${0%/*}\"",
709
String.format(String.join(" ", Arrays.asList(
710
"exec %s/bin/java",
0 commit comments