Skip to content

Commit

Permalink
Replace AdoptOpenJDK with Eclipse Adoptium info (#3535)
Browse files Browse the repository at this point in the history
AdoptOpenJDK was succeeded by Eclipse Adoptium in July 2021.

https://blog.adoptopenjdk.net/2021/03/transition-to-eclipse-an-update/
  • Loading branch information
yuri1969 authored Nov 29, 2022
1 parent 4359442 commit a621a9c
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 @@ -35,7 +35,7 @@ The distribution contains most of the sources as jar files. The source code of F

### JDK 8+

Flowable runs on a JDK higher than or equal to version 8. Use the JDK packaged with your Linux distribution or go to https://adoptopenjdk.net and click on button "Latest release". There are installation instructions on that page as well. To verify that your installation was successful, run "java -version" on the command line. That should print the installed version of your JDK.
Flowable runs on a JDK higher than or equal to version 8. Use the JDK packaged with your Linux distribution or go to [adoptium.net](https://adoptium.net/) and click on the *Latest LTS Release* button. There are installation instructions on that page as well. To verify that your installation was successful, run `java -version` on the command line. That should print the installed version of your JDK.

### Contributing

Expand Down

0 comments on commit a621a9c

Please sign in to comment.