Skip to content

Commit

Permalink
fix(bulk-model-sync-gradle): close client after model server export
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuster23 committed Nov 7, 2023
1 parent d2ae392 commit 25ca9bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ abstract class ExportFromModelServer @Inject constructor(of: ObjectFactory) : De
ModelExporter(it).export(outputFile)
}
}
client.close()
}

private fun getIncludedModules(root: INode): Iterable<INode> {
Expand Down

0 comments on commit 25ca9bc

Please sign in to comment.