rodm/gradle-teamcity-plugin

Remove support for inheriting extension properties set in the root project

rodm opened this issue · 0 comments

rodm commented

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.