Skip to content

Commit

Permalink
Fixing Java build
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jul 21, 2020
1 parent 2c17728 commit bdaa2fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -50,6 +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"
end
else
Rake::ExtensionTask.new("bcrypt_ext", GEMSPEC) do |ext|
Expand Down

0 comments on commit bdaa2fa

Please sign in to comment.