Gradle 4.10.2 remove publish print

Since Gradle 4.10 there is not more log in the console when using publishing plugin.
With gradle 4.9.2: Upload https://XXXX.com/artifactory/Repo_Release/com/xxxxx/2.2.0/xxxxx-2.2.0.apk
etc …
With gradle 4.10 : nothing.

It there any option to unable the print of the lines? It’s very useful to know where is pushed the artefact
Thanks

I can display the published artifact url if I add --info to the gradle command line. But I’ll like to display the url without adding the --info. There is too many log with --info.