Skip to content

Let me turn off unnecessary warning message #26

@Khoulaiz

Description

@Khoulaiz

I have a build containing a bunch of microservices as gradle subbuilds and I currently get spammed during the configuration phase with when I have a dirty work copy:

[versioning] WARNING - the working copy has unstaged or uncommitted changes.

Please let me turn that off. All my developers get confused by that messages while they use the build during development (and have of course a dirty workspace). The plugin is producing a good "dirty" version number, so the message is totally unnecessary IMHO.

My config look like this:

allprojects {
    apply plugin: 'net.nemerosa.versioning'
    version = versioning.info.full
}

I like the approach of the dirty version number. Just the warning is not necessary.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions