mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05:00
[Serve][Java] Add Serve to Jar Building Process (#27976)
So that they are available to be to be downloaded and installed on nightly
This commit is contained in:
parent
7d981d6ced
commit
6659971f95
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ set -e
|
|||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)"
|
||||
WORKSPACE_DIR="${ROOT_DIR}/.."
|
||||
JAVA_DIRS_PATH=('java')
|
||||
RAY_JAVA_MODULES=('api' 'runtime')
|
||||
RAY_JAVA_MODULES=('api' 'runtime' 'serve')
|
||||
JAR_BASE_DIR="$WORKSPACE_DIR"/.jar
|
||||
mkdir -p "$JAR_BASE_DIR"
|
||||
cd "$WORKSPACE_DIR/java"
|
||||
|
|
Loading…
Add table
Reference in a new issue