Skip to content

Commit

Permalink
Remove line that was causing ./gradlew tasks to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
awood committed Oct 15, 2024
1 parent 78cc6f6 commit 22593f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ tasks.register("generateApiDocs", GenerateTask) {
generateModelDocumentation = true
generateModelTests = false
generateApiTests = false
withXml = false
}

openApiGenerate {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tasks.register("generateApiDocs", GenerateTask) {
generateModelDocumentation = true
generateModelTests = false
generateApiTests = false
withXml = false
}

openApiGenerate {
Expand Down

0 comments on commit 22593f1

Please sign in to comment.