mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
Update the auto-configuration gradle plugin so that the configuration-properties plugin is not longer automatically applied. This allows us to have auto-configuration modules that don't ship configuration properties. Closes gh-35028