spring-boot/buildSrc
Scott Frederick da4de7d67d Generate the AutoConfiguration.imports file from annotations
This commit adds the `AutoConfigurationImportsAnnotationProcessor` to
the `spring-boot-autoconfigure-processor` annotation processor
module. When added to a project build, the annotation processor will
generate the
`org.springframework.boot.autoconfigure.AutoConfiguration.imports`
file automatically from `@AutoConfiguration`-annotated classes. It
also applies the annotation processor to the Spring Boot build.

Closes gh-31228
2022-09-02 15:10:22 -05:00
..
config/checkstyle Upgrade to Spring Java Format 0.0.33 2022-05-26 13:22:23 +01:00
src Generate the AutoConfiguration.imports file from annotations 2022-09-02 15:10:22 -05:00
build.gradle Merge branch '2.7.x' 2022-08-31 17:49:37 +01:00
gradle.properties Upgrade to Spring Java Format 0.0.34 2022-06-24 12:57:52 +01:00
settings.gradle Upgrade to Spring Java Format 0.0.33 2022-05-26 13:22:23 +01:00