Disable gradle cache for collector

This commit is contained in:
Rob Winch
2022-11-09 09:11:24 -06:00
parent 4735ac585e
commit b95bb7dc52

View File

@@ -22,7 +22,7 @@ module.exports.register = function () {
}
}, {
run: {
command: `${BASE_COMMAND} "-Dorg.gradle.jvmargs=${JVM_ARGS}" ${TASK_NAME} --stacktrace`,
command: `${BASE_COMMAND} "-Dorg.gradle.jvmargs=${JVM_ARGS}" ${TASK_NAME} --stacktrace --no-build-cache --no-configuration-cache`,
local: true,
},
scan: {