Run Java 11 tests.
()
| 237 | |
| 238 | |
| 239 | def 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 | |
| 247 | def run_jdk17_plus(java_version="17"): |