Slackbot
09/30/2022, 9:47 PMChris Lee
09/30/2022, 10:12 PMChris Lee
09/30/2022, 10:15 PMtemporaryDir
property as a basis for unique output destinations (per-task). e.g.
val myTask by registering(Copy::class) {
destinationDir = temporaryDir }
Chris Doré
09/30/2022, 10:17 PMChris Lee
09/30/2022, 10:19 PMval someTask by registering(Zip::class) {
from(someOtherTask) }
Chris Doré
09/30/2022, 10:20 PM--warninig-mode=fail
would catch it, but it doesn't (Gradle 7.4.2).Chris Lee
09/30/2022, 10:21 PMChris Lee
09/30/2022, 10:21 PMChris Lee
09/30/2022, 10:22 PMChris Lee
09/30/2022, 10:22 PMtony
09/30/2022, 11:30 PM--configuration-cache
, purely by virtue of that flag triggering additional validations? Shot in the dark.CristianGM
10/01/2022, 8:01 AMwolfs
10/04/2022, 10:03 AM