rodm / gradle-teamcity-plugin

Gradle plugin for developing TeamCity plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide some progress to 'downloadTeamCity' task

VladRassokhin opened this issue · comments

For now it's looks like hanged, but actually it downloads file.
It would be nice to at least print what file is downloading right now (as gradle does for dependencies)

Thank you for fast fix!

The classes used to provide this fix were internal Gradle classes that have been removed in a recent release, this means the plugin can't be used with newer versions of Gradle. I've created a new issue, #9, to revert the change to fix this issue and #10 to add progress logging again when Gradle provides an API.