Skip to content

Commit 31dd965

Browse files
authored
Merge pull request #729 from marklogic/feature/readme-update
Updated Java version in README
2 parents 6198dd4 + f9d055f commit 31dd965

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,14 @@ version of Gradle to use based on the version of ml-gradle you are using.
3838
If you wish to use Gradle 7 or higher, you must use ml-gradle 4.3.0 or higher.
3939

4040
You will need Java 8 or higher to run Gradle and ml-gradle. Both ml-gradle and the underlying
41-
[MarkLogic Java Client](https://github.com/marklogic/java-client-api) dependency are tested on Java 8, 11, and 17.
41+
[MarkLogic Java Client](https://github.com/marklogic/java-client-api) dependency are tested on Java 8, 11, 17, and 21.
4242

4343
Start using ml-gradle
4444
=========
4545

46-
ml-gradle depends on at least [Java 8](https://java.com/en/download/) and [MarkLogic 9 or higher](https://developer.marklogic.com/products),
46+
ml-gradle depends on at least Java 8 or higher and [MarkLogic 9 or higher](https://developer.marklogic.com/products),
4747
so if you have those installed, you're just a few minutes away from using ml-gradle to start a new project and deploy an
48-
application from it. Note that in addition to Java 8, you can use Java 11 or Java 17, but please see
49-
[the MarkLogic Java Client documentation](https://github.com/marklogic/java-client-api) for information on dependencies
50-
you may need when using Java 11 or Java 17.
48+
application from it.
5149

5250
First, [install Gradle](https://gradle.org/install/).
5351

0 commit comments

Comments
 (0)