rodm / gradle-teamcity-plugin

Gradle plugin for developing TeamCity plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove support for inheriting extension properties set in the root project

rodm opened this issue · comments

Using the teamcity-base plugin the properties version, allowSnapshotVersions, validateBeanDefinition and defaultRepositories can be inherited by any subproject applying any of the other plugins. The implementation breaks Gradle's project isolation model and would be better implemented using convention plugins.