jar-dependencies
jar-dependencies copied to clipboard
Problem embedding jars in gem
Hello, I'm currently having an issue embedding a jar without jar-dependencies gem as runtime dependency (sorry if this is not the correct channel of communication).
To give you some context, I'm following the wiki entry on declaring jars inside the gemspec and trying to embed a jar inside the gem but without jar-dependencies
as a runtime dependency, just to avoid downloading the jar at install time. For some reason the only way I get the jar embedded inside the gem is when I have jar-dependencies
as a runtime dependency and I don't quite get it. I might be misunderstanding what I need to do.
Thank you