amihaiemil / docker-java-api

Lightweight Java Docker client
BSD 3-Clause "New" or "Revised" License
270 stars 53 forks source link

Jacoco (code coverage tool) doesn't work on JDK 11 #320

Open amihaiemil opened 4 years ago

amihaiemil commented 4 years ago

We can disable it from Rultor temporarily, it Coverage will be calculated by Travis anyway.

amihaiemil commented 4 years ago

disabled from pom.xml

We should put it in a Maven Profile so we run it arbitrarily.