MCPcopy Create free account
hub / github.com/apache/fory / save_java_env

Function save_java_env

ci/tasks/java.py:123–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121
122
123def save_java_env():
124 return {
125 "JAVA_HOME": os.environ.get("JAVA_HOME"),
126 "PATH": os.environ.get("PATH"),
127 "JDK_JAVA_OPTIONS": os.environ.get("JDK_JAVA_OPTIONS"),
128 }
129
130
131def restore_java_env(env):

Callers 1

Calls 1

getMethod · 0.65

Tested by

no test coverage detected