Skip to content

Commit

Permalink
Remove processed annotations plugin declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Aug 22, 2024
1 parent 1a6b3a5 commit 112cfc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 112cfc8

Please sign in to comment.