File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ You can use ml-gradle right away with the simple tutorial below, or learn more:
2222on which ml-gradle depends. ml-app-deployer provides most of the functionality within ml-gradle without having any dependency on Gradle or
2323Groovy - 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
2637Start 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
3344you 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
3848Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following:
3949
You can’t perform that action at this time.
0 commit comments