Slackbot
04/11/2022, 10:21 AMThomas Broyer
04/11/2022, 10:24 AM--rerun-tasks Gradle would skip that?Michal
04/11/2022, 10:45 AMAnze Sodja
04/11/2022, 10:46 AMTask.doNotTrackState() or @UntrackedTask from 7.3, check release notes. I don’t think there is anything on a build level. But you can try set doNotTrackState() for your npm tasks if that could solve your issue.Michal
04/11/2022, 10:49 AMAnze Sodja
04/11/2022, 10:52 AMdoNoTrackState() solve the issue for npm task though?Michal
04/11/2022, 10:58 AMMichal
04/11/2022, 10:59 AMMichal
04/11/2022, 10:59 AM