-
Notifications
You must be signed in to change notification settings - Fork 39
Let me turn off unnecessary warning message #26
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable