Skip to content

Commit 71a863f

Browse files
committed
Updated required version for Gradle
1 parent 57b7f2c commit 71a863f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ You can use ml-gradle right away with the simple tutorial below, or learn more:
2222
on which ml-gradle depends. ml-app-deployer provides most of the functionality within ml-gradle without having any dependency on Gradle or
2323
Groovy - ml-gradle is then a fairly thin wrapper around ml-app-deployer to expose its functionality within a Gradle environment.
2424

25+
Compatibility guidelines
26+
=========
27+
28+
If you are using ml-gradle 4.6.0 or higher, you must use Gradle 7.6 or higher.
29+
30+
If you wish to use Gradle 7 or higher, you must use ml-gradle 4.3.0 or higher.
31+
32+
For older versions of ml-gradle, Gradle 6 or higher is recommended.
33+
34+
Note that ml-gradle has not yet been tested on any release of Gradle 8.
35+
2536

2637
Start using ml-gradle
2738
=========
@@ -32,8 +43,7 @@ application from it. Note that in addition to Java 8, you can use Java 11 or Jav
3243
[the MarkLogic Java Client documentation](https://github.com/marklogic/java-client-api) for information on dependencies
3344
you may need when using Java 11 or Java 17.
3445

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.
46+
First, [install Gradle](https://gradle.org/install/).
3747

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

0 commit comments

Comments
 (0)