microsoft / build-server-for-gradle

An implementation of the Build Server Protocol for Gradle
MIT License
49 stars 8 forks source link

Annotation changes are not visible until a rebuild of the project #192

Open gayanper opened 2 weeks ago

gayanper commented 2 weeks ago

When using annotation processors like RecordBuilder https://github.com/Randgalt/record-builder, the generated the builder classes are not visible to JDT until a full rebuild is done on the project.

jdneo commented 1 week ago

Yes, I guess the reason is that currently the JDT.LS side will not delegate the build to gradle when AUTO_BUILD event comes.