Björn Kautler

Results 380 issues of Björn Kautler

Would be nice if you could connect both OAuth providers with your account so that you don't have to remember which you used to register.

Feature

`input`- and `outputCharset` are `Property` with `@Input` annotation. This cannot work. As soon as the inputs are tried to be fingerprinted for up-to-date checks, or cache key, you get the...

If you write convention plugins in separate projects, or write a plugin that depends on another plugin, it is quite common to depend on the used plugins using their marker...

enhancement

I have some unresolved dependencies and when running without `--info` the heading says to use `--info` to get more details. But when running with `--info`, this hint is still shown....

I just installed the latest 2023.3 Beta version. Unfortunately, your plugin is one of three I use that is not declared compatible with it. Would be great if you could...

I just found three stale `CoverageMinion` processes in my process list that were started about 12 hours ago. Maybe it would make sense to have some daemon watchdog thread in...

In my use-case I have a spock test plugin in a separate Gradle source set. I add the build output to the launch classpath. The Gradle plugin sets hard `includeLaunchClasspath`...

Should the MemberVariableMutator remove assignments to final members? This code would never compile actually, so noone could actually introduce this error. Replacing the assignment by a different assignment would make...