You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mkristian you are the author of both jar-dependencies and jbundler so you are the best to ask: what is the intended relationship between jbundler and jar-dependencies? Are they solving the same problem and one replaces the earlier attempt? Or, no, one is for obtaining the jars and the other is for setting up a gem to use the downloaded jars?
Perhaps write an additional section of HowTo/ReadMe that describes the complete process of writing a gem which uses one or more maven-central artifacts?
The text was updated successfully, but these errors were encountered:
jar-dependencies is meant to replace jbundler completely. it ships prepacked with jruby. both are using the same Jarfile and as such jar-dependencies is dropin replacement for jbundler
On Aug 22, 2020, at 08:03, Christian Meier ***@***.***> wrote:
jar-dependencies is meant to replace jbundler completely. it ships prepacked with jruby. both are using the same Jarfile and as such jar-dependencies is dropin replacement for jbundler
I thought https://github.com/mkristian/jar-dependencies/tree/master/examples have enough examples to answer your last question.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
@mkristian you are the author of both jar-dependencies and jbundler so you are the best to ask: what is the intended relationship between jbundler and jar-dependencies? Are they solving the same problem and one replaces the earlier attempt? Or, no, one is for obtaining the jars and the other is for setting up a gem to use the downloaded jars?
Perhaps write an additional section of HowTo/ReadMe that describes the complete process of writing a gem which uses one or more maven-central artifacts?
The text was updated successfully, but these errors were encountered: