mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
This commit removes the magic string comparision to identify the build system in use. Rather than just returning the `Path` to the project, a `ProjectGenerationResult` is now returned that contains the description of the generated project. Closes gh-817