Disable gradle cache for collector
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user