annsofi
04/05/2022, 3:00 PMgenerateTestBuilders.set(true)
(though I tried turning that off, that didn't work either) and I keep on getting errors from a TestBuilder for the queries from my other branch, that the classes don't exist.bod
04/05/2022, 3:06 PMannsofi
04/05/2022, 3:07 PMbod
04/05/2022, 3:09 PM--no-build-cache
?annsofi
04/05/2022, 3:14 PMwasyl
04/05/2022, 3:20 PM.gradle
directory in the project root directory and running a clean/build, maybe it'll help in your case toombonnin
04/05/2022, 3:24 PM-i
shows some useful information (sometimes a bit too much but each task is usually in bold making it easier to troubleshoot). In a case like this, after switching branches, I would expect generateApolloServiceSource
to be re-run (i.e. not up-to-date) because some input graphql files were removed.annsofi
04/05/2022, 6:56 PM