mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
This commit provides an escape hatch for the DSL that we currently don't support in a gradle build. Snippets can be added with a callback to an IndentingWriter. For convenience, imports can be added as well. Snippets are rendered at the end of the file. Closes gh-1079