mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +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