Browse Source

Merge branch '3.2.x' into 3.3.x

pull/42056/head
Andy Wilkinson 1 year ago
parent
commit
29e4607046
  1. 4
      buildSrc/build.gradle

4
buildSrc/build.gradle

@ -128,10 +128,6 @@ gradlePlugin { @@ -128,10 +128,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"

Loading…
Cancel
Save