mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Make sure to fail the build with a proper compilation error message if the user-defined meta-data are invalid. For now, this takes care of the JSON format but other checks may be added in the future. Closes gh-3329