Hello, in a project that builds perfectly when usi...
# community-support
m
Hello, in a project that builds perfectly when using Java 8. After upgrading to compile with Java 11 using toolchains, I get the following JaCoCo error on the
jacocoTestReport:
Caused by: java.lang.IllegalStateException: Can’t add different class with same name:
linqmap/metric/interfaces/MetricClient
Any idea how to handle it and what might have causing it by just changing the Java version? Btw if ALL subprojects compiled with Java 11 or Java 8 it does not happen, if one of the subproject uses Java 11 but other s Java 8 it does happen.