mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 18:10:13 +08:00
Remove the '--include-java' option (#10594)
This commit is contained in:
@@ -82,7 +82,6 @@ public abstract class BaseMultiLanguageTest {
|
||||
String.format("--raylet-socket-name=%s", RAYLET_SOCKET_NAME),
|
||||
String.format("--node-manager-port=%s", nodeManagerPort),
|
||||
"--load-code-from-local",
|
||||
"--include-java",
|
||||
"--system-config=" + new Gson().toJson(RayConfig.create().rayletConfigParameters),
|
||||
"--code-search-path=" + String.join(":", classpath)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user