Hi!
I'm experimenting with the Project Loom JDK 14 build (I know, it is not really supported yet) and managed to get many things working, except generating a jacoco report.
If I run
gradlew clean test testng jacocoTestReport
the build/jacoco directory contains two files, test.exec and testng.exec, both have size 48 which implies there is no test coverage data at all. There are no errors printed.
Could there be a misconfiguration problem or is it the lack of JDK 14 support with 0.8.4 again?
Thank you for your time.