We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095faa2 commit 8921742Copy full SHA for 8921742
generator/build.gradle
@@ -23,7 +23,7 @@ openapiProcessor {
23
brapiOpenAPI {
24
processorName "json"
25
processor 'io.openapiprocessor:openapi-processor-json:2021.2'
26
- apiPath "${buildDir}/build/brapi_openapi.yaml"
+ apiPath "${buildDir}/brapi_openapi.yaml"
27
targetDir "${buildDir}/stn/"
28
}
29
0 commit comments