I am using Gradle's eclipse plugin. For cross-project reference reasons, I need Eclipse's output directory to not be the default bin
, rather ecbuild
.
Everytime I run ./gradlew eclipse
, it overwrites this output directory setting.
How to make sure it doesn't, or how to set it within gradle build script ?