diff --git a/Rakefile b/Rakefile index 8504a180..e2d8ef2a 100644 --- a/Rakefile +++ b/Rakefile @@ -18,7 +18,7 @@ task :test do end default_tasks << :test -unless RUBY_PLATFORM == 'java' +unless RUBY_PLATFORM == 'java' || RUBY_ENGINE == 'truffleruby' # # YARD documentation for this project can NOT be built with JRuby. # This project uses the redcarpet gem which can not be installed on JRuby.