Skip to content

Commit 9647023

Browse files
committed
Compile Java files with compatibility 21+
* This is the minimum version that JRuby 10 requires. * It's also the minimum version that TruffleRuby 33 requires.
1 parent 697c3f1 commit 9647023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ elsif RUBY_ENGINE == "jruby"
4545
ext.name = "prism"
4646
ext.ext_dir = "java"
4747
ext.lib_dir = "tmp"
48-
ext.release = "8"
48+
ext.release = "21"
4949
ext.gem_spec = Gem::Specification.load("prism.gemspec")
5050
end
5151
end

0 commit comments

Comments
 (0)