Skip to content

Commit

Permalink
Build jar to build gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 4, 2023
1 parent 870970b commit fd9051d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ if RUBY_PLATFORM =~ /java/
ext.target_version = '1.8'
ext.ext_dir = 'ext/java'
end

task :build => "#{extask.lib_dir}/#{extask.name}.jar"
else
require 'rake/extensiontask'
extask = Rake::ExtensionTask.new(name) do |x|
Expand Down

0 comments on commit fd9051d

Please sign in to comment.