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
When you upgrade to new Gradle as ./gradlew wrapper --gradle-version=4.9 and the first task you run depends on stdout such as export URL=$(./gradlew -q printDownloadUrl) does not produce correct textual output as it also contains the changelog
This does not occur of you run any subsequent tasks via Gradle wrapper
The expected behavior
The changelog should not be showed when running in quite mode