mirror of
https://github.com/rbenv/ruby-build.git
synced 2026-01-19 13:21:00 +01:00
Merge pull request #2530 from headius/jruby-10.0.0.1-9.4.12.1
Add JRuby 10.0.0.1 and 9.4.12.1
This commit is contained in:
commit
a45de7c8ec
2 changed files with 4 additions and 0 deletions
2
share/ruby-build/jruby-10.0.0.1
Normal file
2
share/ruby-build/jruby-10.0.0.1
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
require_java 21
|
||||
install_package "jruby-10.0.0.1" "https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.0.1/jruby-dist-10.0.0.1-bin.tar.gz#0ba34ac5dfec7c22659b14db668a06284db7fc1c820c49c04b92271a6636bafb" jruby
|
||||
2
share/ruby-build/jruby-9.4.12.1
Normal file
2
share/ruby-build/jruby-9.4.12.1
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
require_java 8
|
||||
install_package "jruby-9.4.12.1" "https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.4.12.1/jruby-dist-9.4.12.1-bin.tar.gz#b7fbaf1dda7a9d477cccda9197273fac85dc1f6dcb4046e1f7aa5b11a48d148b" jruby
|
||||
Loading…
Add table
Add a link
Reference in a new issue