Gradle Wrapper Version in flat multiproject build

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

I see the same behaviour and I’ll investigate. If you are interested, you can subscribe to the Bugzilla ticket to track the progress.