Open nagarajasr opened 7 years ago
i have tried several configurations to disable the gradle daemon, but none seems to work. 1) added following snippet to plugin configuration
<args><arg>-Dgradle.prop.org.gradle.daemon=false</arg></args> <jvmArgs><jvmArg>-Dgradle.prop.org.gradle.daemon=false</jvmArg></jvmArgs>
2) set gradle user home to a custom location and added a gradle.properties with the value "org.gradle.daemon=false"
3) added command line setting "mvn -Dorg.gradle.daemon=false -Dgradle.prop.org.gradle.daemon=false"
none of the options are working.. am i missing something?
note: i am using gradle 2.3, cannot upgrade due to some other constraints
i have tried several configurations to disable the gradle daemon, but none seems to work. 1) added following snippet to plugin configuration
2) set gradle user home to a custom location and added a gradle.properties with the value "org.gradle.daemon=false"
3) added command line setting "mvn -Dorg.gradle.daemon=false -Dgradle.prop.org.gradle.daemon=false"
none of the options are working.. am i missing something?
note: i am using gradle 2.3, cannot upgrade due to some other constraints