Fix the java_worker_options parameter (#7537)

* fix Java CI

* Minor fix

* move json.loads out of build_java_worker_command

* lint

* fix cross language test
This commit is contained in:
Kai Yang
2020-03-12 10:44:23 +08:00
committed by GitHub
parent ba1b081477
commit 932a749fa9
6 changed files with 12 additions and 4 deletions
+5
View File
@@ -27,6 +27,11 @@
<artifactId>ray-runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>