There appears to be a regression issue in buildship 2.2.2 regarding integration testing classpath, specifically when using includeBuild in settings.gradle. with ...
This is unfortunate but expected. The eclipse Gradle plugin and Buildship have some common configuration but are mutually exclusive. When working with Buildship you need to use whenMerged as opposed ...