Open
Description
The background is this Slack conversation with @eregon: I'd like to use TruffleRuby to programmatically run CocoaPods (which is written in Ruby) from a Kotlin/JVM application. It seems the easiest way to do that would be by depending on a Maven artifact that includes org.truffleruby.launcher.RubyLauncher
from my app, and then use that entry point to execute CocoaPods.
However, there currently is no Maven artifact that includes the org.truffleruby.launcher.RubyLauncher
class. Thus my ask is to publish org.graalvm.ruby.launcher
to Maven Central as well.