Closed portalsoup closed 2 years ago
This legend goes away after the 3rd showing as long ~/.gradle/caches
is persisted between runs.
Currently there's no way to suppress it. This request is similar to https://github.com/jreleaser/jreleaser/issues/768 thus a fix is possible.
I see, since this runs in a fresh docker container each run I don't think it's possible to persist it between runs. That's a bummer, unless this is added, this might mean that we can't adopt this plugin as tying our CI's success to the valid state of previous runs doesn't seem like a good idea. This is a hosted shared environment that individual contributors don't have a full range of access to, so that cannot be guaranteed for us.
Understood. Most Kordamp plugins have this banner feature. It's not much of a problem to update them all to handle -q
as suggested but it'll take a couple of weeks to get all the work sorted out and new versions released.
That would be fantastic. We can maintain our current process in the meantime. This plugin would be a huge benefit and simplification compared to our current approach.
Version 0.10.0
has the fix
Is there a way to suppress the following output?
This is printing even with the
-q
flag. After introducing this plugin, our CI pipelines began failing because a few tasks which do nothing but print out specific properties for our CI system are now printing out this message as well.If there isn't already, it would be very useful to have a way to suppress this output conditionally when in a fully automated environment where a human won't see it anyways.