MCPcopy Create free account
hub / github.com/HumbleUI/JWM / build_java

Function build_java

script/build.py:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 return 0
33
34def build_java():
35 os.chdir(common.basedir)
36 sources = build_utils.files("linux/java/**/*.java", "macos/java/**/*.java", "shared/java/**/*.java", "windows/java/**/*.java",)
37 build_utils.javac(sources, "target/classes", classpath=common.deps_compile())
38 return 0
39
40def main():
41 parser = argparse.ArgumentParser()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected