Skip to content

Commit

Permalink
bumping Java version rake-compiler/rake-compiler#172
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 22, 2023
1 parent 31458e7 commit 863cfbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ end
if RUBY_PLATFORM =~ /java/
Rake::JavaExtensionTask.new('bcrypt_ext', GEMSPEC) do |ext|
ext.ext_dir = 'ext/jruby'
ext.source_version = "1.7"
ext.target_version = "1.7"
ext.source_version = "1.8"
ext.target_version = "1.8"
end
else
Rake::ExtensionTask.new("bcrypt_ext", GEMSPEC) do |ext|
Expand Down

0 comments on commit 863cfbd

Please sign in to comment.