Hi, > I'm offline now. Did you add the work around for github download to the > release notes? In the README:
Also if you use Java SDK 1.7 you may encounter SSL errors when
downloading
3rd party files as part of the build process to fix this issue
On Windows:
create an environment variable called ANT_OPTS with the value
-Djsse.enableSNIExtension=false
On the Mac (bash):
export ANT_OPTS="-Djsse.enableSNIExtension=false"
Justi
