aaschmid / gradle-cpd-plugin

Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD).
Apache License 2.0
95 stars 12 forks source link

update libraries #72

Closed C-Otto closed 5 months ago

C-Otto commented 5 months ago

Mockito 5 depends on Java 11, is that an issue?

aaschmid commented 5 months ago

Seems to build and test properly with my local OpenJDK Runtime Environment (Zulu 8.76.0.17-CA-macos-aarch64) (build 1.8.0_402-b06)

aaschmid commented 3 months ago

Don't why this has worked last time but this time compilation with jdk8 has failed 🙊

As Gradle still supports Java 8, I will downgrade it to Mockito 4. Hope that is ok...