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

Function run_java8

ci/tasks/java.py:230–236  ·  view source on GitHub ↗

Run Java 8 tests.

()

Source from the content-addressed store, hash-verified

228
229
230def run_java8():
231 """Run Java 8 tests."""
232 logging.info("Executing fory java tests with Java 8")
233 install_jdks()
234 common.cd_project_subdir("java")
235 common.exec_cmd("mvn -T16 --batch-mode --no-transfer-progress clean test")
236 logging.info("Executing fory java tests succeeds")
237
238
239def run_java11():

Callers 1

runFunction · 0.85

Calls 2

install_jdksFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected