Hello,
I tried to compile a rosjava package without internet connection and it complained about not being able to reach "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/buildscript.gradle"
FAILURE: Build failed with an exception.
* What went wrong:
> Could not read script 'https://github.com/rosjava/rosjava_bootstrap/raw/indigo/buildscript.gradle'.
> github.com
After that, I tried again with internec connection and it compiled. I would like to be able to code without internet connection. Is it possible? How?
Thanks