Skip to content

Commit 55ad0e1

Browse files
committed
Updated Java requirements in README
1 parent 56146ac commit 55ad0e1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ Groovy - ml-gradle is then a fairly thin wrapper around ml-app-deployer to expos
2626
Start using ml-gradle
2727
=========
2828

29-
ml-gradle depends on at least [Java 8](https://java.com/en/download/) and [MarkLogic 9 or 10](https://developer.marklogic.com/products),
30-
so if you have those installed, you're just a couple minutes away from using ml-gradle to start a new project and deploy an
31-
application from it.
32-
33-
First, [install Gradle](https://gradle.org/install/) - it is recommended to use the latest version, though note that
34-
ml-gradle 4.3.0 is the first version that can run on Gradle 7.
29+
ml-gradle depends on at least [Java 8](https://java.com/en/download/) and [MarkLogic 9 or higher](https://developer.marklogic.com/products),
30+
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
31+
application from it. Note that in addition to Java 8, you can use Java 11 or Java 17, but please see
32+
[the MarkLogic Java Client documentation](https://github.com/marklogic/java-client-api) for information on dependencies
33+
you may need when using Java 11 or Java 17.
34+
35+
First, [install Gradle](https://gradle.org/install/) - it is recommended to use at least Gradle 6, and if you are
36+
running Gradle 7 or higher, you'll need to use ml-gradle 4.3.0 or higher.
3537

3638
Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following:
3739

0 commit comments

Comments
 (0)