Kamal
Results
2
comments of
Kamal
The "Reusable Bodies" section in the documentation on [Describing Request Body](https://swagger.io/docs/specification/describing-request-body/) mostly solves this problem. The example there shows how you can use it to eliminate the duplication in the...
@btiernay, you're right. I forgot to include another task redefinition that I'm using to get it to work: ``` groovy task gruntBuild(type: NodeTask, dependsOn: gruntInstallCustom) { execOverrides { it.workingDir =...