Johannes Spangenberg

Results 28 comments of Johannes Spangenberg

I was able to run `spotlessApply` from the terminal (PowerShell on Windows). I previously tried to run the task from IntelliJ which for some reason was using a development build...

@TimvdLippe, I have finished my work. If you have no further suggestions, I would replace my `${NEXT_VERSION}` placeholder with `4.8.0` (or should it be `4.7.1`?) and rebase/squash everything into one...

@TimvdLippe I replaced my version placeholder and rebased and squashed my commits. I completely forgot [your suggestion](https://github.com/mockito/mockito/pull/2701#pullrequestreview-1087903980) while writing the Javadoc, so if you have any final remarks or prefer...

I think it would also be nice if you can disable the *inline mock maker* for specific mocks. I think it is good if users can switch to the inline...

I created #2626 about that topic. I am not sure if I find time to create a PR within the next few weeks, but lets see.

I think this would be a nice feature. It would also lead to a more consistent appearance of commits created by *GitHub Actions*. I'm currently wondering which email address and...

I encountered the same problem on a small project of mine. It took some time until I found the problem. Maybe a note about the limitation in the readme would...

Hi, I just found this issue and there are a few topics I thought might be good to clarify. (If I am wrong about something, I am happy to hear...

Hi, I was trying to replace [the usage of `buildFinished` in the *nix-idea* plugin](https://github.com/NixOS/nix-idea/blob/57132bec7080cdb554f8278983967dc3013bc319/build.gradle.kts#L80-L102). The code checks if the build failed for a particular reason, and if so, provides some...

@Fermiz, your `BuildService` can just implement `AutoCloseable` to detect the end of the build. > A build service implementation can also optionally implement AutoCloseable, in which case Gradle will call...