Skip to content

Commit e46cd6d

Browse files
author
Guy Davenport
committed
rm brapiDir
1 parent 06497d8 commit e46cd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ openapiProcessor {
3131
tasks.register('copyOpenApi', Copy) {
3232
dependsOn processBrapiOpenAPI
3333
from "${buildDir}/stn/openapi.json"
34-
into "${brapiDir}/Specification/Generated/"
34+
into "${buildDir}/Specification/Generated/"
3535
rename { String fileName ->
3636
fileName.replace("openapi.json", "brapi_openapi.json")
3737
}

0 commit comments

Comments
 (0)