Detect external gradle dependencies located in workspace and not in binary repo
In a gradle project (not a multi project) I need to depend on other gradle projects. I also need to use the workspace version if its checked out instead of a previous binary in the local m2 repo. I have read this:
https://issuetracker.springsource.com/browse/STS-2405
and I can verify that it works if I depend on maven projects. But I need to depend on gradle projects. I have found this:
https://issuetracker.springsource.com/browse/STS-2834
which seems to address this case. Is it possible to say anything about the progress on this feature?