Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
ctasada committed Apr 6, 2024
1 parent 245391d commit e4241a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-kafka-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ test {
openApi {
apiDocsUrl = "http://localhost:8080/springwolf/docs"
// For testing purposes we put the generated json into the test resources, but it could be any other directory
outputDir = file("${rootProject.layout.buildDirectory}/resources/test")
outputDir = file("${layout.buildDirectory}/resources/test")
outputFileName = "openapi-generated.json"
}

Expand Down

0 comments on commit e4241a0

Please sign in to comment.