mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Checkstyle and animal sniffer takes a significant amount of time when building the project. Add a "fast" profile that flips the `disable.checks` property. Can be enabled either via `-Pfast` or `-Ddisable.checks=true`. See gh-3928