Slackbot
08/09/2023, 3:07 PMVampire
08/09/2023, 3:28 PMoptions.forkOptions.executable
on a JavaCompile
task. You most probably then also have some of the rare cases where you also need to add an explicit dependsOn
, as that property is a plain String
and thus cannot carry implicit task dependencies.Mike
08/09/2023, 4:27 PMVampire
08/09/2023, 7:03 PM