Hide
<!-- markdown -->
For downstream users:
The cli for configuring which tests should be run during Multi-JDK mode now works correctly. e.g. "--multijdktests=compile" will cause just compilation against additional jdk versions.
Note that the full suite of tests is always run against the java version given in JAVA_HOME.
For plugin developers:
Authors of new plugins that wish to make them multi-jdk aware can add them to the default list by calling the `yetus_add_entry` function. i.e.:
```bash
yetus_add_entry JDK_TEST_LIST my_foo_test
```
Show
<!-- markdown -->
For downstream users:
The cli for configuring which tests should be run during Multi-JDK mode now works correctly. e.g. "--multijdktests=compile" will cause just compilation against additional jdk versions.
Note that the full suite of tests is always run against the java version given in JAVA_HOME.
For plugin developers:
Authors of new plugins that wish to make them multi-jdk aware can add them to the default list by calling the `yetus_add_entry` function. i.e.:
```bash
yetus_add_entry JDK_TEST_LIST my_foo_test
```