File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ Groovy - ml-gradle is then a fairly thin wrapper around ml-app-deployer to expos
2626Start using ml-gradle
2727=========
2828
29- ml-gradle depends on at least [ Java 8] ( https://java.com/en/download/ ) and [ MarkLogic 9 or 10] ( https://developer.marklogic.com/products ) ,
30- so if you have those installed, you're just a couple minutes away from using ml-gradle to start a new project and deploy an
31- application from it.
32-
33- First, [ install Gradle] ( https://gradle.org/install/ ) - it is recommended to use the latest version, though note that
34- ml-gradle 4.3.0 is the first version that can run on Gradle 7.
29+ ml-gradle depends on at least [ Java 8] ( https://java.com/en/download/ ) and [ MarkLogic 9 or higher] ( https://developer.marklogic.com/products ) ,
30+ so if you have those installed, you're just a few minutes away from using ml-gradle to start a new project and deploy an
31+ application from it. Note that in addition to Java 8, you can use Java 11 or Java 17, but please see
32+ [ the MarkLogic Java Client documentation] ( https://github.com/marklogic/java-client-api ) for information on dependencies
33+ you may need when using Java 11 or Java 17.
34+
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.
3537
3638Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following:
3739
You can’t perform that action at this time.
0 commit comments