GrabVer
GrabVer copied to clipboard
Gradle Automatic Build Versioning Plugin - An easy Gradle plugin that follows semver.org rules to automatically generate the Patch version, Build number and Code version, while Major, Minor and Pre-Re...
Is it possible to add skip parameter to be able to skip saving versioning file on specific tasks? as for me - it would be useful to avoid changes for...
Thank you for the great plugin, it's most comprehensive and developer friendly! I am not sure how is it supposed to work, but during development the project is run in...
in different scenarios we might need to have different numbering schemes, basically sometimes we deliver internal builds to QA and then we have release builds. We need to keep the...
Would it be possible to add configurations regarding console color and info. For starters just enable/disable console color. And enable/disable console info.
When using product falvors; Code, Patch,Build number doesn't increment On assembleFlavor1Release,assembleFlavor2Release ,assembleFlavor1Debug and soon. Console always outputs-> GrabVer - No save task detected
I tried adding this plugin to my repo and running the `grabverRelease` task, and got this output: ``` Execution failed for task ':app:grabverRelease'. > Invocation of 'Task.project' by task ':app:grabverRelease'...
``` allprojects { afterEvaluate { group = prjGroup var verE = rootProject.extensions.getByName("versioning") as VersioningExtension version = "${verE.major}.${verE.minor}.${verE.build}-${verE.preRelease}" } repositories { maven { name = "GitHubPackages" url = uri("https://maven.pkg.github.com/nagkumar/java") credentials {...
Can you pl. explain the purpose of the CODE property. When does this increase, and how is this used in the real world?
> Module: asserts-counter Task: jar UP-TO-DATE > Plugin GrabVer v2.0.3 INFO - Current version: 1.0.0 #0 code=1 INFO - Release build detected => 'Code' version will auto increment INFO -...