We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbdf9ec + ef79a3e commit 89199c6Copy full SHA for 89199c6
README.md
@@ -24,11 +24,11 @@ First, [install Gradle](https://gradle.org/install/).
24
25
Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following:
26
27
- plugins { id "com.marklogic.ml-gradle" version "3.4.0" }
+ plugins { id "com.marklogic.ml-gradle" version "3.6.1" }
28
29
Then run:
30
31
- gradle mlNew
+ gradle mlNewProject
32
33
This starts a project wizard to stub out files for your new application. You can accept all the defaults, but be sure to
34
enter a valid port number for the "REST API port" question. ml-gradle will then print the following logging:
0 commit comments