rodm / gradle-teamcity-plugin

Gradle plugin for developing TeamCity plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Builds using the plugin fail when built on TeamCity

rodm opened this issue · comments

Builds run on TeamCity fail to resolve dependencies

Cannot resolve external dependency org.jetbrains.teamcity:server-api:8.1.5 because no repositories are defined.

The plugin enables default repositories based on a property set in the plugin extension. The way this property is accessed clashes with the properties setup by the TeamCity Gradle Runner plugin causing the default repositories to not be setup.