File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -25,16 +25,20 @@ Groovy - ml-gradle is then a fairly thin wrapper around ml-app-deployer to expos
2525Compatibility 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
3943Start using ml-gradle
4044=========
You can’t perform that action at this time.
0 commit comments