mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
6 lines
141 B
Bash
6 lines
141 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
pushd ../thirdparty/build/arrow/java/plasma
|
||
|
mvn clean install -Dmaven.test.skip
|
||
|
popd
|
||
|
mvn clean install -Dmaven.test.skip
|