-
Notifications
You must be signed in to change notification settings - Fork 510
Description
I have a multi-project Gradle project that uses the eclipse and the https://github.com/diffplug/goomph apt plugins. The project is set up with the eclipse task to generate the .classpath and .project Eclipse files for each project.
Up to v1.48.0, this has worked. In the v1.49.0 release, something broke the annotation processing. I should see a bunch of generated builder objects in each subproject's apt_generated directories, but each project only has one generated builder object, if it has any generated sources at all. It's as if the annotation processing stops at the first Java file.
I took a look at the diff between v1.47.0 and v1.49.0, and there doesn't seem to be any particular change that stands out to me that might have affected the annotation processing. I'm not sure what to look for.