rodm / gradle-teamcity-plugin

Gradle plugin for developing TeamCity plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove use of internal Gradle classes

rodm opened this issue · comments

Upgrading to Gradle 2.14 fails to build due to the use of an internal Gradle class to provide progress logging to the Download task. Running a download task on a project updated to use will also fail.

To provide progress logging for the download task requires a fix to the Gradle issue, GRADLE-2787