Discard Gradle Welcome message #244
Labels
hacktoberfest
Hacktoberfest eligible
note:good-first-issue
A good first issue to get started with
note:ideal-for-contribution
An issue that a contributor can help us with
type:enhancement
A general enhancement
Every time Gradle runs within the buildpack, it will print a welcome message to the user; since Gradle does that the first time it's run.
Possible Solution
There's a way to discard this message, using a flag that could be appended as a default flag, such as we already do with
--no-demon
:-Dorg.gradle.welcome=never
; see this SO post for exampleFor example, here's a workaround for now:
Motivation
I think it pollutes the logs, and would like them removed
The text was updated successfully, but these errors were encountered: