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
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
The text was updated successfully, but these errors were encountered:
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 havejar-dependencies
as a runtime dependency and I don't quite get it. I might be misunderstanding what I need to do.Thank you
The text was updated successfully, but these errors were encountered: