X Tutup
The Wayback Machine - https://web.archive.org/web/20201215135114/https://github.com/jruby/jruby/blob/master/Rakefile
Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (11 sloc) 318 Bytes
#
# Rakefile for JRuby.
#
# See also rakelib/*.rake for more tasks and details.
require File.dirname(__FILE__) + '/rakelib/helpers.rb'
# Suppress .java lines from non-traced backtrace
begin
Rake.application.options.suppress_backtrace_pattern =
/(#{Rake::Backtrace::SUPPRESS_PATTERN})|(^org\/jruby)/
rescue
end
You can’t perform that action at this time.
X Tutup