gradle-plugins
gradle-plugins copied to clipboard
Unable to install Gems from behind corp proxy server
Solution:
In the RunJRuby plugin add -p parameter as:
project.runJRuby("-S gem install -p http://proxyhost.com:8080 --no-rdoc --no-ri --install-dir '${project.gemHome}' $gem ")
This initially would not work for me. Solution was to upgrade jRuby to the latest release (1.7.4)