Has anyone had any luck using the jruby gradle plu...
# gradle
w
Has anyone had any luck using the jruby gradle plugin? I'm trying to use it now, but the documentation says to add a "gem" line to the dependencies list, but that fails. I'm not sure what to do now. I'm going by this: http://mrhaki.blogspot.com/2014/11/awesome-asciidoctor-use-asciidoctor.html and this http://jruby-gradle.org/
s
Gradle resolves the ruby gem using a rubygems-servlets s maven proxy (http://rubygems.lasagna.io/proxy/maven/releases) .
Copy code
This functionality currently relies on a deployed version of the rubygems-servlets software to help proxy a Rubygem repository into a Maven repository format. This ensures that Gradle can resolve gem-based dependencies. Currently the plugin release on a Rubygems Maven proxy operated by R. Tyler Croy
do you have access to that proxy?