I've been using Gradle 4.4 and when downloading dependencies from Maven central, or any repo, it would print this to stdout
like such:
Download https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom
However, after upgrading to Gradle 4.10, it doesn't show this anymore, it just hangs for a while without output, leaving the developer wondering what's going on.
Is there a command line flag or some other option to bring this output back?