Ingo Kegel

Results 15 comments of Ingo Kegel

@aSemy Thank you! I have tried this too, but `BuildEventsListenerRegistry.onTaskCompletion` is only for tasks, not for the entire build. There would have to be a method ` BuildEventsListenerRegistry.onProjectCompletion`, then it...

The updater does not open a server socket, there is only an outgoing connection.

@enihsyou @kjarosh 6.0 is out now and has quite a few new messages. It would be great if you could update them.

@asarkar https://docs.gradle.org/current/userguide/dataflow_actions.html It works, but the concepts you have to understand are quite a handful for such a simple task. I wonder if one could develop some sort of convenience...

@asarkar It is indeed very complicated. On the `FlowScope` that you get from the injected `getFlowScope()` method, you call `always()` (so it is "always" part of the task graph which...

I'm a long time user of assertj-swing and I have created pull requests to this project in the past. I have commits in my fork https://github.com/ingokegel/assertj-swing/tree/jdk17 that I would like...

Unfortunately, 2.5.0 does not improve the import times. Here is the call tree of the import: ![Image](https://github.com/user-attachments/assets/0cfa9725-77ed-4a74-92e3-104e6f191146) The total import time is shown in the root (~ 90 seconds) and...

@hsz Thanks for the update! I didn't see the "depends on plugin verifier" label.

The only thing you would need to change in MavenPublishBaseExtension.kt is here: val buildService = project.registerMavenCentralBuildService( repositoryUsername = project.providers.gradleProperty("mavenCentralUsername"), repositoryPassword = project.providers.gradleProperty("mavenCentralPassword"), rootBuildDirectory = @Suppress("UnstableApiUsage") project.layout.settingsDirectory.dir("build"), buildEventsListenerRegistry = buildEventsListenerRegistry, )...

This affects the macOS distributions and started in 21.0.5-b631.19.