Marcin Stachniuk
Marcin Stachniuk
+1. Yes, please Implement Clean Up Settings from Eclipse
Ok, now I see the error in logs: ``` https://github.com/leangen/graphql-spqr/wiki/Errors#missing-argument-name ``` but the link is broken (there is no `missing-argument-name` paragraph). But if I specify the name in the annotation:...
Ok, thanks for the explanation it works. But still the link: https://github.com/leangen/graphql-spqr/wiki/Errors#missing-argument-name is broken.
Spring Cloud Pipelines focus more on: - building on Jenkins or Concourse (you need to set up your instance) - continuous delivery for regular projects (monoliths, microservices etc.) - deploying...
@magx2 Maybe you can try to use github-release-gradle-plugin with shipkit?
I tryied github-release-gradle-plugin. The problem is that this plugin creates release description and uploads files in one task `githubRelease` so it will override changelog generated by Shipkit. So it will...
Hey, @jverbus Could you look at https://github.com/mockito/shipkit/issues/869 please? Maybe it will help in your case?
Could you provide more context or full example? At least Gradle and Java version, please?
It sounds great! It's a huge. Let's maybe starts from something simpler. New successful release of mockito-release-tools automatically bump version of tool in mockito-release-tools-example, make some small change and release...
Current status: Check my changes on `ms` branch feel free to continue if you wish. For now `E2ETestingPlugin` makes a few things: * clone mockito-release-tools-example to `mockito-release-tools-example-pristine` * clone from...