Skip to content

Commit

Permalink
Update README.md to v7 (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
arthware authored Aug 29, 2023
1 parent f8614de commit 4a65b75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flowable (V6)
Flowable (V7)
========

[Maven Central:
Expand Down Expand Up @@ -33,9 +33,11 @@ The Flowable downloads can be found on https://www.flowable.org/downloads.html.

The distribution contains most of the sources as jar files. The source code of Flowable can be found on https://github.com/flowable/flowable-engine.

### JDK 8+
### JDK 17+

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.
Flowable V7 runs on a Java higher than or equal to version 17. 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.

[Flowable V6](https://github.com/flowable/flowable-engine/tree/flowable6.x) is still maintained and supports Java 8+.

### Contributing

Expand Down

0 comments on commit 4a65b75

Please sign in to comment.