0

I installed STS 3.8.4, created a Spring poject starter of type Gradle (Buildship 2.x) and I can observed that the Eclipse annotation processor not working. The spring-boot-configuration-processor is not recognized, is this normal ? Thanks

atoua
  • 31
  • 2
  • 10

1 Answers1

0

Yes, this is normal. In fact it is amongst the known limitations of the BuildShip plugins.

See: https://github.com/eclipse/buildship/wiki/Migration-guide-from-STS-Gradle-to-Buildship

Under: "Features only supported by STS Gradle"

Annotation processing: The JDT annotation processor is configured when the spring-boot-configration-processor is present on a project's classpath.

Kris
  • 3,898
  • 1
  • 23
  • 32