Skip to content

Commit

Permalink
Use existing extensions dir instead of polyglot_jars
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Nov 20, 2024
1 parent 6d099fe commit 1c9c51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_maven.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def self.launch( *args )
ENV['M2_HOME'] = Maven.home
ext_dir = File.join(Maven.lib, 'ext')
FileUtils.mkdir_p(ext_dir)
local_dir = File.join(__dir__, 'polyglot_jars')
local_dir = File.join(__dir__, 'extensions')
Dir.new(local_dir).select do |file|
file =~ /.*\.jar$/
end.each do |jar|
Expand Down

0 comments on commit 1c9c51a

Please sign in to comment.