try git restore
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user