gradle-gitVersioner-plugin icon indicating copy to clipboard operation
gradle-gitVersioner-plugin copied to clipboard

Extracts a useful versionCode and versionName from git history

Results 9 gradle-gitVersioner-plugin issues
Sort by recently updated
recently updated
newest added

A problem occurred configuring root project 'project-name'. > Could not resolve all files for configuration ':classpath'. > Could not find com.pascalwelsch.gitversioner:gitversioner:0.5.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/pascalwelsch/gitversioner/gitversioner/0.5.0/gitversioner-0.5.0.pom - https://jcenter.bintray.com/com/pascalwelsch/gitversioner/gitversioner/0.5.0/gitversioner-0.5.0.pom...

Using this plugin with gradle7 and kotlin dsl results in this error message: - Type 'GenerateGitVersionName' property 'gitVersioner$gitversioner' is missing an input or output annotation. The PR adds the missing...

using this plugin with gradle7 and kotlin dsl. Using version 0.5.0 results in this error: - Type 'GenerateGitVersionName' property 'gitVersioner$gitversioner' is missing an input or output annotation. Added PR #23...

Could you introduce an offset parameter that allows you to set a specific version code at the beginning. Want to overwrite an existing app with a new one. Unfortunately the...

From the appropriate README section: ```kotlin addFeatureBranchCommitCount false // omit the "+__"/master counter addTimestamp true // add "-$seconds_epoch" semVerSafe true // replace anything but [^a-zA-Z0-9-] with "-", for interop with...

You should consider if it make sense to make `GenerateGitVersionName` Task [Cacheable](https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/CacheableTask.html). Since the task have some input properties (from the `GitVersioner`) and a output (the output file which will...

GitVersioner includes the number of changes in the `versionName`, so with (almost) every build the `versionName` changes to something like > android:versionName = 500-feature/my_awesome_feature-SNAPSHOT(2 +3 -5) This forces Instant Run...

Hello, i have some trouble when i want to initialize 'com.pascalwelsch.gitversioner' in kotlin DSL. Also, i found an error such like this "Plugin [id: 'com.pascalwelsch.gitversioner', version: '0.4.1'] was not found...