Gradle + Eclipse plugin: Remove build folder from Eclipse project
By default Eclipse plugin does not add /build folder into ignored resources and that may cause /build folder to be validated. Then many warnings will appear in Markers tab of Eclipse. Beside that it may be performance problem.
UPDATE 2018-09-18
It seems there is much better and easier way now: ResourceFilter
Example on that page exactly fits, just replace “node_modules” by “build”, so it looks like: