From 71a863f4bae1053e37095573d0cfe228f87c9256 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Fri, 15 Sep 2023 14:38:44 -0400 Subject: [PATCH] Updated required version for Gradle --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69d45d0be..456097e70 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,17 @@ You can use ml-gradle right away with the simple tutorial below, or learn more: on which ml-gradle depends. ml-app-deployer provides most of the functionality within ml-gradle without having any dependency on Gradle or Groovy - ml-gradle is then a fairly thin wrapper around ml-app-deployer to expose its functionality within a Gradle environment. +Compatibility guidelines +========= + +If you are using ml-gradle 4.6.0 or higher, you must use Gradle 7.6 or higher. + +If you wish to use Gradle 7 or higher, you must use ml-gradle 4.3.0 or higher. + +For older versions of ml-gradle, Gradle 6 or higher is recommended. + +Note that ml-gradle has not yet been tested on any release of Gradle 8. + Start using ml-gradle ========= @@ -32,8 +43,7 @@ application from it. Note that in addition to Java 8, you can use Java 11 or Jav [the MarkLogic Java Client documentation](https://github.com/marklogic/java-client-api) for information on dependencies you may need when using Java 11 or Java 17. -First, [install Gradle](https://gradle.org/install/) - it is recommended to use at least Gradle 6, and if you are -running Gradle 7 or higher, you'll need to use ml-gradle 4.3.0 or higher. +First, [install Gradle](https://gradle.org/install/). Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following: