Carsten
Carsten
Hi, I tried to refactor common behaviour into traits and reuse them by implementing them in my Specifications. I noticed that Spock does not handle @Shared fields declared in a...
Hey. I just tried out the 5.0.0 lifecycle feature and noticed that despite the description that the `release` task depends on the specific `xxxSetup` task it does not. The ordering...
Hi, this is a proposal to enable the (easy) configuration of additional watch tasks. My use case is to support the definition of watch tasks with overlapping watched directories, e.g....
This would allow for example to have one compile watching task that compiles on a change in a source dir and additionally have a watching test tasks that runs compile...
When trying to generate a client from the [spec of datatrans](https://api-reference.datatrans.ch/) the below exception is thrown - IMO when looking at the code there is a match on `Schema` but...