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

Function run_java11

ci/tasks/java.py:239–244  ·  view source on GitHub ↗

Run Java 11 tests.

()

Source from the content-addressed store, hash-verified

237
238
239def run_java11():
240 """Run Java 11 tests."""
241 logging.info("Executing fory java tests with Java 11")
242 common.cd_project_subdir("java")
243 common.exec_cmd("mvn -T16 --batch-mode --no-transfer-progress clean test")
244 logging.info("Executing fory java tests succeeds")
245
246
247def run_jdk17_plus(java_version="17"):

Callers 1

runFunction · 0.85

Calls 1

infoMethod · 0.65

Tested by

no test coverage detected