Skip to content

Commit 112cfc8

Browse files
committed
Remove processed annotations plugin declaration
See gh-41981
1 parent 1a6b3a5 commit 112cfc8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

buildSrc/build.gradle

-4
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ gradlePlugin {
116116
id = "org.springframework.boot.optional-dependencies"
117117
implementationClass = "org.springframework.boot.build.optional.OptionalDependenciesPlugin"
118118
}
119-
processedAnnotationsPlugin {
120-
id = "org.springframework.boot.processed-annotations"
121-
implementationClass = "org.springframework.boot.build.processors.ProcessedAnnotationsPlugin"
122-
}
123119
starterPlugin {
124120
id = "org.springframework.boot.starter"
125121
implementationClass = "org.springframework.boot.build.starters.StarterPlugin"

0 commit comments

Comments
 (0)