From b1045c00f98c67afc449e94d039b1c9d0f76aa27 Mon Sep 17 00:00:00 2001 From: Dan Hermann Date: Thu, 28 Mar 2019 08:50:31 -0500 Subject: [PATCH] Update JRuby and Java prerequisites Fixes #10604 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ceeccd624..357233134 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Logstash core will continue to exist under this repository and all related issue ### Prerequisites -* Install JDK version 8. Make sure to set the `JAVA_HOME` environment variable to the path to your JDK installation directory. For example `set JAVA_HOME=` -* Install JRuby 9.1.x It is recommended to use a Ruby version manager such as [RVM](https://rvm.io/) or [rbenv](https://github.com/sstephenson/rbenv). +* Install JDK version 8 or 11. Make sure to set the `JAVA_HOME` environment variable to the path to your JDK installation directory. For example `set JAVA_HOME=` +* Install JRuby 9.2.x It is recommended to use a Ruby version manager such as [RVM](https://rvm.io/) or [rbenv](https://github.com/sstephenson/rbenv). * Install `rake` and `bundler` tool using `gem install rake` and `gem install bundler` respectively. ### RVM install (optional)