gradle-GitVersioner icon indicating copy to clipboard operation
gradle-GitVersioner copied to clipboard

generates a project version for the given git project to distinguish between builds

Results 6 gradle-GitVersioner issues
Sort by recently updated
recently updated
newest added

The version name for a feature branch like this "feature/XYZ-566-something" is correctly converted into the version name "-XYZ-566-something". And with that version name the name of the resulting .jar file...

Add initial offset to commit time calculations, to allow for development prior to the first commit.

Adds a call to a new configuration closure named `isStableBranch` to allow consumers of the script to determine if a branch is stable when running a build. This is helpful...

Hello, I have this error but I don't understand because I am in a git project : If I use git status it's working correctly : ![image](https://cloud.githubusercontent.com/assets/2451982/20759967/d641dc34-b71e-11e6-917c-3603be0eaa5a.png) I guess this...

Hi, @passsy , I am applying the the git-versioner.gradle into my project, and I have problem to get versionCode updated, no matter how many commits has been updated, but they...

When I generate the version with ext.gitVersioner.snapshotEnabled in false, the version name still with -SNAPSHOT postfiex ![image](https://cloud.githubusercontent.com/assets/1429915/23681799/7b56e35a-035e-11e7-8322-1962f56fd724.png)