mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00

This commit adds a new `platformCompatibilityRange` in the metadata that can be used to restrict the valid platform versions. If a project is requested or metadata needs to be resolved against a version that does not match the range, an exception is thrown. Closes gh-1048