Skip to content

Commit

Permalink
Commented grgit plugin, not needed for various git tasks and causes p…
Browse files Browse the repository at this point in the history
…roblems for archives downloaded, ie not from git clone
  • Loading branch information
jonesde committed Jan 25, 2016
1 parent dc4105b commit 8bf8e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
repositories { jcenter() }
dependencies { classpath 'org.ajoberstar:gradle-git:1.3.2' }
}
plugins { id 'org.ajoberstar.grgit' version '1.3.2' }
// Not needed for explicit use, causes problems when not from git repo: plugins { id 'org.ajoberstar.grgit' version '1.3.2' }

import org.ajoberstar.grgit.*

Expand Down

0 comments on commit 8bf8e90

Please sign in to comment.