Skip to content

Commit e26f440

Browse files
authored
Remove modelFilesConstrainedTo from gradle example (#8312)
1 parent 0284fcd commit e26f440

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

modules/openapi-generator-gradle-plugin/README.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,6 @@ openApiGenerate {
469469
apiPackage = "org.openapi.example.api"
470470
invokerPackage = "org.openapi.example.invoker"
471471
modelPackage = "org.openapi.example.model"
472-
modelFilesConstrainedTo = [
473-
"Error"
474-
]
475472
configOptions = [
476473
dateLibrary: "java8"
477474
]

0 commit comments

Comments
 (0)