Auto-generated GRPC classes aren’t accessible as source folders in EclipseIDE, but exist
Summary The developer was unable to reference generated GRPC classes from the build/generated/sources/proto/main/grpc folder within the Eclipse IDE, despite them being present on the filesystem. Gradle’s compileJava task worked fine. The root cause was a race condition between the Gradle Eclipse plugin configuration and the Eclipse Buildship plugin, where Buildship’s default import logic overwrote the … Read more