Skip to content

Commit

Permalink
adds ee folder to class path
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Nov 24, 2022
1 parent bcff394 commit 9192a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runCore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ then
fi
cp ./temp/config.yaml .

classpath="./core/*:./plugin-interface/*"
classpath="./core/*:./plugin-interface/*:./ee/*"

if which cygpath > /dev/null; then # Convert path to Windows-style if using Git Bash
classpath="$(cygpath -C ANSI -w -p "${classpath}")"
Expand Down

0 comments on commit 9192a95

Please sign in to comment.