Slackbot
04/21/2023, 7:25 PMVampire
04/22/2023, 12:18 AMnotCompatibleWithConfigurationCache() on any of the tasks that is going to be executed.Tomáš Procházka
05/03/2023, 11:57 PMnotCompatibleWithConfigurationCache() is that is it not final, so when I want to put it to the constructor of the task, there is warning, that calling not final method from constructor is not a good idea.Vampire
05/03/2023, 11:58 PMTomáš Procházka
05/04/2023, 12:01 AMVampire
05/04/2023, 12:22 AMVampire
05/04/2023, 12:23 AMtask.withType<...>().configureEach { ... }