We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05b73ce + 112cfc8 commit 29e4607Copy full SHA for 29e4607
buildSrc/build.gradle
@@ -128,10 +128,6 @@ gradlePlugin {
128
id = "org.springframework.boot.optional-dependencies"
129
implementationClass = "org.springframework.boot.build.optional.OptionalDependenciesPlugin"
130
}
131
- processedAnnotationsPlugin {
132
- id = "org.springframework.boot.processed-annotations"
133
- implementationClass = "org.springframework.boot.build.processors.ProcessedAnnotationsPlugin"
134
- }
135
starterPlugin {
136
id = "org.springframework.boot.starter"
137
implementationClass = "org.springframework.boot.build.starters.StarterPlugin"
0 commit comments