Finding supported Gradle versions for Buildship

How can I find out which versions of Gradle are supported by a particular version of the Buildship plugin? I can’t seem to find any mention of this anywhere

Buildship supports the same version range as the Tooling API Gradle subproject. Each Buildship version uses the most recent TAPI version that was available at the time of the release. For Buildship 3.1, the minimum supported Gradle version is 2.6. Also, it’s important to mention that Buildship is forward-compatible with new Gradle releases.