passsy / gradle-GitVersioner

generates a project version for the given git project to distinguish between builds
Apache License 2.0
81 stars 22 forks source link

snapshotEnabled and localChangesCountEnabled flags are not respected. #6

Closed kalpeshchordiya closed 8 years ago

kalpeshchordiya commented 8 years ago

Even setting snapshotEnabled and localChangesCountEnabled to false, or in any case, SNAPSHOT is getting attached to VersionName, if there are local changes.

passsy commented 8 years ago

I messed up, parsing those boolean arguments. it works now