Björn Kautler
Björn Kautler
I ported the tests of a project from Spock 1.3 (JUnit 4 based) to Spock 2.3 (JUnit 5 engine). With Spock 1.3 the PIT execution needed about 1 hour. With...
I'm not talking about the spinner, especially as it does not play well with things like Gradle integration. But if I analyse my project without verbose output, it sits there...
The docs at https://pitest.org/quickstart/mutators/ should be updated. For example: - EXPERIMENTAL_BIG_DECIMAL missing - OLD_DEFAULTS is removed - RV mutators are in separate plugin so should at least have an own...
Use the encoding of the compileJava task by default (if specified), or the default encoding if not specified Fixes #13666 This is a reanimation of #13687 by @jnizet which got...
### Current Behavior Up to Gradle 8.5 you were able to use `buildSrc` to monkey-patch 3rd-party plugin classes, by having a class with the same FQCN in `buildSrc`. But since...
### Current Behavior Once again, contributing from a box where you are forced to use WIndows is harder than it should be. If you do the expected `gw sanityCheck jacoco:quickTest`,...
It would be very nice and handy to be able to add task command line options via some runtime API. Just as being able to add inputs and outputs. What...
### Current Behavior If you open a Gradle 8.6-rc-1 project in IntelliJ IDEA and then try to navigate to the class `ProjectDescriptor` using "Go to Class..." action (`Ctrl+n` by default),...
### Expected Behavior I have a plugin that configures a `War` task. This `War` task should contain an `index.html`. I have a template for that file in my plugin resources....
### Expected Behavior It would be nice to be able to return some result from a `WorkAction` besides writing it to a file or using a shared build service as...