try git restore

This commit is contained in:
Rob Winch
2022-11-10 10:04:09 -06:00
parent fe3764bc78
commit 90e341373f

View File

@@ -17,11 +17,11 @@ module.exports.register = function () {
}
}, {
run: {
command: `git clean -dfx`
command: `git restore .`
}
}, {
run: {
command: `${BASE_COMMAND} "-Dorg.gradle.jvmargs=${JVM_ARGS}" ${TASK_NAME} --stacktrace --no-build-cache --no-configuration-cache`,
command: `${BASE_COMMAND} "-Dorg.gradle.jvmargs=${JVM_ARGS}" ${TASK_NAME} --stacktrace --no-build-cache --no-configuration-cache --no-daemon`,
local: true,
},
scan: {