mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 09:44:47 +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