mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:38:16 +08:00
[Java] Rename group id and package name. (#7864)
* Initial * Change streaming's * Fix * Fix * Fix org_ray * Fix cpp file name * Fix streaming * Fix * Fix * Fix testlistening * Fix missing sth in python * Fix * Fix * Fix SPI * Fix * Fix complation * Fix * Fix CI * Fix checkstyle Fix checkstyle * Fix streaming tests * Fix streaming CI * Fix streaming checkstyle. * Fix build * Fix bazel dep * Fix * Fix ray checkstyle * Fix streaming checkstyle * Fix bazel checkstyle
This commit is contained in:
@@ -13,7 +13,7 @@ RAY_HOME: The root directory of Ray project.
|
||||
"""
|
||||
|
||||
# constants declarations
|
||||
PACKAGE_DECLARATION = "package org.ray.runtime.generated;"
|
||||
PACKAGE_DECLARATION = "package io.ray.runtime.generated;"
|
||||
|
||||
|
||||
def add_package(file):
|
||||
@@ -41,5 +41,5 @@ def add_package_declarations(generated_root_path):
|
||||
if __name__ == "__main__":
|
||||
ray_home = sys.argv[1]
|
||||
root_path = os.path.join(
|
||||
ray_home, "java/runtime/src/main/java/org/ray/runtime/generated")
|
||||
ray_home, "java/runtime/src/main/java/io/ray/runtime/generated")
|
||||
add_package_declarations(root_path)
|
||||
|
||||
Reference in New Issue
Block a user