I noticed that some parts of the build are broken:
the source set jdk9main doesn't declare its dependency on the compiled classes of main which randomly leads to build fails
the test execution of tests with the JUnit Jupiter engine is actually not running during regular CI anymore
This fixes both these issues and removes some obsolete configuration from the build.
I noticed that some parts of the build are broken:
jdk9main
doesn't declare its dependency on the compiled classes ofmain
which randomly leads to build fails