Thomas Keller

Results 92 comments of Thomas Keller

Kind of a duplicate of #226

The common output directory is even more problematic in Gradle 8, which introduced more strict task validation rules. Since all of the `LicenseReport` tasks output to the same configured `@OutputDirectory`,...

I switched projects in the meantime, in the current one I'm not using the plugin anymore, so I can't say. Maybe @AndreyBulgakow can say?

This is also a regression, since this popped up for us when updating an age-old 2.x version of Mockito to the most recent 5.9.0.

> I'm considering the possibility of inlining the external resources within our HTML report. Are there any specific methods you'd recommend for doing so? I'm currently deliberating whether it's necessary...

Trying my luck on a fork here https://github.com/realdadfish/google-java-format-gradle-plugin

For me the issue is the execution of tasks in a [multi-component build](https://docs.gradle.org/current/userguide/composite_builds.html). In such an environment I naturally only want one `.editorconfig` in the very root project, not in...

OK, I looked at the code how the `.editorconfig` files are actually found and stumbled upon `findApplicableEditorConfigFiles()` and when I added `root = true` it worked like it should for...

Coming from an earlier ktlint version this also looks like a big regression for me, but not so much because I (subjectively) dislike the new style; rather because once the...