You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
We don't particularly need thousands of lines of output from commands
that are just setting up the build environment.
Modification:
- Remove verbose flags from tar commands; we don't need to know every
single file extracted from these archives.
- Tell SDKMAN to use a default config suitable for CI; this will make it
less verbose when installing java versions.
Result:
Less build output in our logs that isn't relevant to our actual maven
build.
0 commit comments