Remove processed annotations plugin declaration

See gh-41981
This commit is contained in:
Andy Wilkinson 2024-08-22 07:48:34 +01:00
parent 1a6b3a533f
commit 112cfc8be6
1 changed files with 0 additions and 4 deletions

View File

@ -116,10 +116,6 @@ gradlePlugin {
id = "org.springframework.boot.optional-dependencies"
implementationClass = "org.springframework.boot.build.optional.OptionalDependenciesPlugin"
}
processedAnnotationsPlugin {
id = "org.springframework.boot.processed-annotations"
implementationClass = "org.springframework.boot.build.processors.ProcessedAnnotationsPlugin"
}
starterPlugin {
id = "org.springframework.boot.starter"
implementationClass = "org.springframework.boot.build.starters.StarterPlugin"