Remove processed annotations plugin declaration
See gh-41981
This commit is contained in:
@@ -116,10 +116,6 @@ gradlePlugin {
|
|||||||
id = "org.springframework.boot.optional-dependencies"
|
id = "org.springframework.boot.optional-dependencies"
|
||||||
implementationClass = "org.springframework.boot.build.optional.OptionalDependenciesPlugin"
|
implementationClass = "org.springframework.boot.build.optional.OptionalDependenciesPlugin"
|
||||||
}
|
}
|
||||||
processedAnnotationsPlugin {
|
|
||||||
id = "org.springframework.boot.processed-annotations"
|
|
||||||
implementationClass = "org.springframework.boot.build.processors.ProcessedAnnotationsPlugin"
|
|
||||||
}
|
|
||||||
starterPlugin {
|
starterPlugin {
|
||||||
id = "org.springframework.boot.starter"
|
id = "org.springframework.boot.starter"
|
||||||
implementationClass = "org.springframework.boot.build.starters.StarterPlugin"
|
implementationClass = "org.springframework.boot.build.starters.StarterPlugin"
|
||||||
|
|||||||
Reference in New Issue
Block a user