Damien Coraboeuf

Results 75 comments of Damien Coraboeuf

Hi, thanks for reporting this. Do you configure the plugin in any way, in your `build.gradle`? If yes, can you post the configuration? Thanks, Damien

Hi, By default, the versioning plugin expects your local working copy to be either: * a `trunk` * a branch (defined by `branches/xxx`) In your case, it is mapped to...

Hi, I'll try to reproduce this in an integration test. Thanks for reporting!

I think that your workaround is a pretty valid one. If the working copy, for one reason or the other, cannot be used to extract (easily) some versioning information and...

Hi, I assume you're somehow using the `branchEnv` option on the `versioning` extension? Something like: ``` versioning { branchEnd = ['CI_COMMIT_REF_NAME'] } ``` I'm not very familiar with GitLab CI...

Hi @xmlking , can you please provide more details?

I've been thinking about adding this a feature for quite a long time, but could not find any decent period of time to act on this.

Hi, The `versioning` plugin is already in JCenter at https://bintray.com/dcoraboeuf/nemerosa/versioning Publishing into the Maven Central is not so straightforward. Any reason why you would need this? Thanks, Damien.

Good point 👍 I'll try to put this on my list in the coming weeks.