Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavc committed Dec 9, 2015
1 parent c63416c commit 1362d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -118,7 +118,7 @@ This will create a tag `v<string>` where String is whatever you set on `release.

### Git root is in a different location from Gradle root

The plugin assumes Git root is in the same location as Gradle root. If this isn't the case, you may specify a different path for Git root via the `gitRoot` Gradle property. For example:
The plugin assumes Git root is in the same location as Gradle root. If this isn't the case, you may specify a different path for Git root via the `git.root` Gradle property. For example:

./gradlew -Pgit.root=<git root path> final

Expand Down

0 comments on commit 1362d72

Please sign in to comment.