rodm / gradle-teamcity-plugin

Gradle plugin for developing TeamCity plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start and stop tasks fail with invalid homeDir

rodm opened this issue · comments

Setting baseHomeDir causes the start and stop tasks to fail reporting that 'homeDir' does not exist.

A workaround is to set the homeDir for each environment.

The plugin currently defaults the homeDir property for an environment by prefixing the baseHomeDir path with the Gradle project root.