Skip to content

Commit

Permalink
Add reference to java 17 to README.md (#13765) (#13913)
Browse files Browse the repository at this point in the history
Backport PR #13765 to 8.1 branch

(cherry picked from commit f1b17be)

Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
  • Loading branch information
github-actions[bot] and robbavey authored Mar 18, 2022
1 parent be8395e commit f758adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Logstash core will continue to exist under this repository and all related issue

### Prerequisites

* Install JDK version 11. Make sure to set the `JAVA_HOME` environment variable to the path to your JDK installation directory. For example `set JAVA_HOME=<JDK_PATH>`
* Install JDK version 11 or 17. Make sure to set the `JAVA_HOME` environment variable to the path to your JDK installation directory. For example `set JAVA_HOME=<JDK_PATH>`
* 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.

Expand Down

0 comments on commit f758adf

Please sign in to comment.