<RobertNicholas[m> is there a good way I can add gems in with jruby when it's compiled? in my build.gradle I have:
<RobertNicholas[m> compile files("libs/jruby-complete-9.2.jar") which paths to jruby but I need to be able to include the zip gem with jruby as a requirement and don't wanna make users download it or have to include it separately
aquijoule_ has joined #jruby
richbridger has quit [Ping timeout: 265 seconds]
<RobertNicholas[m> I figured out how to install gems into the jruby jar which worked for the above.
<RobertNicholas[m> Anyone got good tips on getting the jar size down when compiling jruby and using shadowJar to bundle it into your jar?
<RobertNicholas[m> jruby-complete 9.2 on disk is only like 27,000 KB but compiled it goes up to almost 100,000 kb