Exciting new Buildship Features coming up

We have added the dependency substitution feature to the latest 2.0 milestone. If a project has a binary dependency on another project and both are in the workspace, then the binary dependency will be replaced with a project dependency.

Please note that for this to work, all the builds in the workspace need to

  • have exactly the same Gradle version
  • use Gradle >= 2.14-rc-1

The substitution is currently based on project.name and project.group.