I have a high security banking application want to run Gradle in offline mode even for the initial setup. I am using flatDir to refer all the dependencies but the compilation fails if I don’t build initial cache with regular “gradle build” first.
I know the simplest way to do will be to run build normally forst then use those dependencies but I can’t, not sure if copying ovr system cache is best way to go about this