Skip to content

Commit 7cef5d3

Browse files
committed
Modified compatibility guidelines
1 parent af2a208 commit 7cef5d3

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,20 @@ Groovy - ml-gradle is then a fairly thin wrapper around ml-app-deployer to expos
2525
Compatibility guidelines
2626
=========
2727

28-
If you are using ml-gradle 4.6.0 or higher, you must use Gradle 7.6 or higher.
28+
The minimum required version of Gradle for use with ml-gradle is largely based on fixes to Gradle itself that are
29+
related to transitive dependencies in ml-gradle. Please adhere to the guideline below for determining the minimum
30+
version of Gradle to use based on the version of ml-gradle you are using.
2931

30-
If you wish to use Gradle 7 or higher, you must use ml-gradle 4.3.0 or higher.
32+
| ml-gradle version | Minimum Gradle version |
33+
|-------------------|------------------------|
34+
| 5.0.0 or higher | Gradle 7.6.4 or higher, with Gradle 8.0 or higher recommended. |
35+
| 4.6.0 to 4.8.0 | Gradle 7.6.0 or higher. |
36+
| Before 4.6.0 | Gradle 7.0 or higher is recommended, though earlier versions of Gradle 6.x may work as well. |
3137

32-
For older versions of ml-gradle, Gradle 6 or higher is recommended.
33-
34-
ml-gradle has been tested and used extensively on multiple versions of Gradle 7 and 8. As described below,
35-
both ml-gradle and the [MarkLogic Java Client](https://github.com/marklogic/java-client-api) have been tested on
36-
Java 8, 11, and 17.
38+
If you wish to use Gradle 7 or higher, you must use ml-gradle 4.3.0 or higher.
3739

40+
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.
3842

3943
Start using ml-gradle
4044
=========

0 commit comments

Comments
 (0)