Skip to content

Commit

Permalink
fixed unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jansigi committed Apr 10, 2024
1 parent ee0162b commit c70859b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,8 @@ class ModelWorker(override val logger: Logger, override val codeGenerator: CodeG
WrapperGeneration().generateModel(it, useSuspend)
}

if (processingEnv.options?.getOrDefault(CoachBaseBinderProcessor.FRAMEWORK_GENERATE_SCHEMAS, "true")?.toBoolean() == true) {
process(workSet.schemas, generatedInterfaces, useSuspend) {
SchemaGeneration().generateModel(it, workSet.schemaClassPaths)
}
process(workSet.schemas, generatedInterfaces, useSuspend) {
SchemaGeneration().generateModel(it, workSet.schemaClassPaths)
}

documentationGenerator?.generate()
Expand Down

0 comments on commit c70859b

Please sign in to comment.