currently the regular maven artifact 'org.jruby:jruby-core' does not work since it depends on truffle artifacts which are NOT on maven central.
the release repo for the truffle in jruby-parent.pom is a no way, we can not deploy such artifact via sonatype since maven central should stay self contained.
The text was updated successfully, but these errors were encountered:
This has been mitigated by temporarily pushing a truffle artifact on com.headius groupid. We'll revert back to the Oracle jars once they've been pushed to maven central.
this actually is a follow up to #2466
currently the regular maven artifact 'org.jruby:jruby-core' does not work since it depends on truffle artifacts which are NOT on maven central.
the release repo for the truffle in jruby-parent.pom is a no way, we can not deploy such artifact via sonatype since maven central should stay self contained.
The text was updated successfully, but these errors were encountered: