mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 13:43:15 +08:00
Prior to this commit, projects with type "gradle-project-kotlin" would not get the expected "gradle" buildSystem property, unlike the Groovy flavor with "gradle-project". This value would be set as empty. This commit ensures that the detection algorithm supports project types with multiple "-" within their values. Fixes gh-1370