bat-cha / gradle-plugin-git-dependencies

A Gradle Plugin to manage git repository dependencies
http://bat-cha.github.io/gradle-plugin-git-dependencies/
153 stars 24 forks source link

Another fix for issues #8 #10

Closed walterra closed 11 years ago

walterra commented 11 years ago

My fix didn't work with branches once they were checked out locally. Added a check to find out if a branch is already checked out locally and only do cmd.setCreateBranch(true) if not so.