Anthony Lau
Anthony Lau
I'm using gradle 6.5 (running groovy 2.5.11) and have a GradlePlugin depends on rest-assured. buildSrc folder. The plugin is running fine with 4.2.0 but getting the same error for 4.3.0...
+1 on this issue. I'm looking for the async version for a webflux project as well.
@shyiko Would you review this pr? thanks.
I got it working again when doing ``` getRemoveContainers() { return false; } ``` however, this syntax is not recommended in gradle 8
I figured out the correct syntax a while ago and I forgot to update here. If I have the following in gradle.properties ``` removeContainers=false ``` and If I have the...
I get what you mean. I have tried that and set break point to debug. but it didn't work. This is actually broken for more than a year and I...