Open
Description
Hi team 👋,
I was recently aware of this build server and was playing around with it.
I tested it toward this project: https://github.com/mapstruct/mapstruct-examples/tree/main/mapstruct-on-gradle.
It's a Gradle project with pure Java codes.
The Bloop server works quite well, but it seems that the server won't include the generated folder build/generated/sources/annotationProcessor
when dealing with the build target sources request. Is there anything I missed?
Thanks.