Slackbot
12/23/2022, 8:00 PMZak Taccardi
12/23/2022, 8:00 PMValidateInputsTask
task to run first thing in the execution phase, rather that waiting for a long build and fail just before the SyncTask
runsVampire
12/23/2022, 8:22 PMtasks.configureEach {
shouldRunAfter(validateInputs)
}
Vampire
12/23/2022, 8:22 PMVampire
12/23/2022, 8:23 PMget()
in doFirst { ... }
which is execution phaseZak Taccardi
12/23/2022, 8:23 PMCalculating task graph as configuration cache cannot be reused because a build logic input of type 'GitHashActualValueSource' has changed.
Vampire
12/23/2022, 8:27 PMget()
, because that's at execution phaseZak Taccardi
12/23/2022, 8:27 PMZak Taccardi
12/23/2022, 8:27 PMZak Taccardi
12/23/2022, 8:27 PMVampire
12/23/2022, 8:28 PM