Run Java 8 tests.
()
| 228 | |
| 229 | |
| 230 | def 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 | |
| 239 | def run_java11(): |
no test coverage detected