With a flat multiproject layout like this:
- master
- gradle
- wrapper
- gradle-wrapper.properties
- sub1
- sub2
Import in Eclipse via Buildship and selecting “use wrapper” works fine. But when selecting a task from sub1/sub2 directly from the “Gradle Tasks” overview the wrapper version is not respected. As gradle officially supports flat multiproject hierarchies, Buildship should respect the wrapper properties in master/gradle/wrapper/gradle-wrapper.properties