Remove outdated Java doc and run demo code in CI (#10698)

This commit is contained in:
Hao Chen
2020-09-11 19:15:52 +08:00
committed by GitHub
parent 23051385a4
commit f7558ed2a5
21 changed files with 95 additions and 771 deletions
-11
View File
@@ -13,7 +13,6 @@ all_modules = [
"api",
"runtime",
"test",
"tutorial",
]
java_import(
@@ -89,15 +88,6 @@ define_java_module(
],
)
define_java_module(
name = "tutorial",
deps = [
":io_ray_ray_api",
":io_ray_ray_runtime",
"@maven//:com_google_guava_guava",
],
)
define_java_module(
name = "test",
deps = [
@@ -231,7 +221,6 @@ genrule(
WORK_DIR="$$(pwd)"
cp -f $(location //java:io_ray_ray_api_pom) "$$WORK_DIR/java/api/pom.xml"
cp -f $(location //java:io_ray_ray_runtime_pom) "$$WORK_DIR/java/runtime/pom.xml"
cp -f $(location //java:io_ray_ray_tutorial_pom) "$$WORK_DIR/java/tutorial/pom.xml"
cp -f $(location //java:io_ray_ray_test_pom) "$$WORK_DIR/java/test/pom.xml"
date > $@
""",