Add --stacktrace

This commit is contained in:
Rob Winch
2022-11-08 15:14:36 -06:00
parent 29a23d3117
commit 4735ac585e

View File

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