I'd like to build certain projects without the use of of Gradle daemon. I've read that this can be done either by command-line argument --no-daemon
or by changing Gradle properties under .gradle/
. I need to disable it for just some of the projects I build under the root project though.
Is it possible via settings.gradle
/build.gradle
settings or am I better off making custom build script?