Manuel Prinz

Results 18 comments of Manuel Prinz

I had an issue with composite builds, as the plugin was confused about where `project.buildDir` is. I think the error was good for failing the build, but not too helpful....

Yes, the JaCoCo plugin also uses task/configuration avoidance now. This is an issue also in other places, see #18 for example. In this case, the Gradle version used for this...

P.S.: I also assume you mean version 7.3, right?

Nice addition! I may conflict with the changes in PR #18, at least if will start eagerly configuring again. I can propose an update if wanted. (Neither is merged yet,...

Forgot to add the screenshots Before: ![Screenshot with current plugin version](https://user-images.githubusercontent.com/8405042/184480048-c77921fd-74f8-4fe9-9847-c575db98ca1a.png) After: ![Screenshot with the PR applied](https://user-images.githubusercontent.com/8405042/184480078-3cf76ee7-3d09-45ef-9c36-8815420d862d.png)

I think a task outcome of `NO-SOURCE` or `SKIPPED` might be a good solution. (Also see my comment [here](https://github.com/jansauer/gradle-print-coverage-plugin/issues/12#issuecomment-1214141693).)

The Travis CI fails because I was not aware that the API I used is Asciidoctor 2.x only. I do not know what the best way forward is now, I...

Thanks for having a look at it! I can have another look at it and update, if needed. Just let me know.