mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[JavaWorker] Java code lint check and binding to CI (#2225)
* add java code lint check and fix the java code lint error * add java doc lint check and fix the java doc lint error * add java code and doc lint to the CI
This commit is contained in:
committed by
Philipp Moritz
parent
5789a247f9
commit
3b5e700fd7
+4
-4
@@ -117,7 +117,7 @@ driver_class =
|
||||
|
||||
[ray.java.path.jni.package]
|
||||
%CONFIG_FILE_DIR%/../build/src/plasma =
|
||||
%CONFIG_FILE_DIR%/../build/src/local_scheduler =
|
||||
%CONFIG_FILE_DIR%/../build/src/local_scheduler =
|
||||
|
||||
[ray.java.path.jni.deploy]
|
||||
%CONFIG_FILE_DIR%/native/lib =
|
||||
@@ -130,7 +130,7 @@ store_manager = %CONFIG_FILE_DIR%/../build/src/plasma/plasma_manager
|
||||
local_scheduler = %CONFIG_FILE_DIR%/../build/src/local_scheduler/local_scheduler
|
||||
global_scheduler = %CONFIG_FILE_DIR%/../build/src/global_scheduler/global_scheduler
|
||||
python_dir = %CONFIG_FILE_DIR%/../build/
|
||||
java_runtime_rewritten_jars_dir =
|
||||
java_runtime_rewritten_jars_dir =
|
||||
java_class_paths = ray.java.path.classes.source
|
||||
java_jnilib_paths = ray.java.path.jni.package
|
||||
|
||||
@@ -142,7 +142,7 @@ store_manager = %CONFIG_FILE_DIR%/../build/src/plasma/plasma_manager
|
||||
local_scheduler = %CONFIG_FILE_DIR%/../build/src/local_scheduler/local_scheduler
|
||||
global_scheduler = %CONFIG_FILE_DIR%/../build/src/global_scheduler/global_scheduler
|
||||
python_dir = %CONFIG_FILE_DIR%/../build/
|
||||
java_runtime_rewritten_jars_dir =
|
||||
java_runtime_rewritten_jars_dir =
|
||||
java_class_paths = ray.java.path.classes.package
|
||||
java_jnilib_paths = ray.java.path.jni.package
|
||||
|
||||
@@ -154,7 +154,7 @@ store_manager = %CONFIG_FILE_DIR%/native/bin/plasma_manager
|
||||
local_scheduler = %CONFIG_FILE_DIR%/native/bin/local_scheduler
|
||||
global_scheduler = %CONFIG_FILE_DIR%/native/bin/global_scheduler
|
||||
python_dir = %CONFIG_FILE_DIR%/python
|
||||
java_runtime_rewritten_jars_dir = %CONFIG_FILE_DIR%/java/lib/
|
||||
java_runtime_rewritten_jars_dir = %CONFIG_FILE_DIR%/java/lib/
|
||||
java_class_paths = ray.java.path.classes.deploy
|
||||
java_jnilib_paths = ray.java.path.jni.deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user