I am running gradle build as mentioned below
gradlew -Dgradle.user.home=C:/applications/gradle_home/gradle/user_home
after that i have changed to offline mode as mentioned below
gradlew -Dgradle.user.home=C:/applications/gradle_home/gradle/user_home --offline
In both of the above case build is passing but when i copy the gradle home(C:/applications/gradle_home/gradle/user_home) to different machine and run below command build is failing
gradlew -Dgradle.user.home=C:/applications/gradle_home/gradle/user_home --offline
Error Msg :No cached version of xxxxxxx available for offline mode.