Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Jul 3, 2024
1 parent 35091ad commit 81f58d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/utils/precompile.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def parse_sys_args():
return parser.parse_args()

WORKSPACE = Path(os.path.join("/", tempfile.gettempprefix(), "gs", "builtin")).resolve()
ENABLE_JAVA_SDK = False
ENABLE_JAVA_SDK = "OFF"

if __name__ == "__main__":
args = parse_sys_args()
Expand Down

0 comments on commit 81f58d2

Please sign in to comment.