spring-boot/spring-boot-project/spring-boot-devtools
Andy Wilkinson 3a6e4e9e58 Add checks for factories files
META-INF/spring.factories and META-INF/spring/aot.factories in the
main source set are now checked. The checks verify that:

- Each class listed in the values exists in the source set's output
- The classes are listed alphabetically
- Nested classes are identified using their binary name

Closes gh-44676
2025-03-12 12:44:18 +00:00
..
src Add checks for factories files 2025-03-12 12:44:18 +00:00
build.gradle Remove calls to deprecated Project.getBuildDir() in Gradle files 2024-10-17 17:46:17 +02:00