We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6b3a5 commit 112cfc8Copy full SHA for 112cfc8
buildSrc/build.gradle
@@ -116,10 +116,6 @@ gradlePlugin {
116
id = "org.springframework.boot.optional-dependencies"
117
implementationClass = "org.springframework.boot.build.optional.OptionalDependenciesPlugin"
118
}
119
- processedAnnotationsPlugin {
120
- id = "org.springframework.boot.processed-annotations"
121
- implementationClass = "org.springframework.boot.build.processors.ProcessedAnnotationsPlugin"
122
- }
123
starterPlugin {
124
id = "org.springframework.boot.starter"
125
implementationClass = "org.springframework.boot.build.starters.StarterPlugin"
0 commit comments