Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Jan 15, 2024
1 parent 9deea36 commit f6bd318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/com/github/jlangch/venice/venice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cd ${VENICE_CONSOLE_HOME}

${JAVA_11_HOME}/bin/java \
-server \
-cp "libs/*" com.github.jlangch.venice.Launcher \
-cp "lib:libs/*" com.github.jlangch.venice.Launcher \
-Xmx2G \
-XX:-OmitStackTraceInFastThrow \
-Dvenice.repl.home=${VENICE_REPL_HOME} \
Expand Down

0 comments on commit f6bd318

Please sign in to comment.