Slackbot
09/26/2022, 8:20 AMZak Taccardi
09/26/2022, 8:22 AMSync task into another directoryZak Taccardi
09/26/2022, 8:27 AMRegularFile from a String out of the ValueSource API - I’m using the String s from these gradle properties as input to the Sync task instead of the files themselves.
I don’t know why, but when I re-use the config cache and I manually delete the input or output files, the Sync task skips execution due to NO-SOURCE. This only happens when the config cache is re-used.
The inputs to the Sync task are still the same String values (as the gradle properties that create that String value have not changed, but the input files are deleted. Additionally, manually deleting the output (into(..)) folder of the Sync task has the NO-SOURCE problem too.TrevJonez
09/27/2022, 2:04 AM@Classpath or @InputFile
maybe just my hot take on what I am reading.