I for some reason started getting build.gradle not found step after I rearranged the orders at which i pull repositories.
I added a script step right before the gradle step, to do an “ls” on ./app/MyApp and I could clearly see build.gradle and gradlew being listed
So what am I missing here? it keeps telling me that MyApp/build.gradle cannot be found!