Skip to content

Commit 1c61384

Browse files
committed
chore: Enable jruby version inheritance all the time
JRuby 9.0 isn't supported now.
1 parent 15b082f commit 1c61384

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Rakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ mvn << "-Djruby.version=#{JRUBY_VERSION}"
2626
mvn << "-Dbundler.version=#{Bundler::VERSION}"
2727
mvn << '--no-transfer-progress'
2828

29-
if defined?(JRUBY_VERSION) && !JRUBY_VERSION.start_with?('9.0')
30-
mvn.inherit_jruby_version
31-
end
29+
mvn.inherit_jruby_version
3230

3331
desc 'compile java sources and build jar'
3432
task :jar do

0 commit comments

Comments
 (0)