I am running eclipse juno 4.2 and EGit 2.1. I have installed Gradle IDE 3.2

http://dist.springsource.com/milestone/TOOLS/gradle (latest milestone build.)

In eclipse I have a gradle multi project:

Code:
my-multi
 ->my-multi-a
      ->build.gradle
 ->my-multi-b
      ->build.gradle
 ->build.gradle
 ->settings.gradle
Where my-multi-a and my-multi-b are physically located inside the my-multi folder on disk.

I have shared the project (created a git repo in the my-multi folder). But when I modify files in either of the subprojects the changes are not seen be EGit - nothing happens when I try to commit.

EGit integration works fine with eg. maven multi-projects. Are there any reasons that it should not work with gradle multi projects?

In a maven multi-project in eclipse the submodules are nested inside the parent folder even though they are located flat next to the parent project. This makes it pretty easy to see where a change is located when opening the parent project.