diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index c85b9931cb7..3e9aa32aedc 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -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"