Skip to content

Commit 89199c6

Browse files
authored
Merge pull request #331 from marklogic-community/update-README
Updating README for version 3.6.1
2 parents cbdf9ec + ef79a3e commit 89199c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ First, [install Gradle](https://gradle.org/install/).
2424

2525
Then, in an empty directory, create a file named "build.gradle" with your favorite text editor and enter the following:
2626

27-
plugins { id "com.marklogic.ml-gradle" version "3.4.0" }
27+
plugins { id "com.marklogic.ml-gradle" version "3.6.1" }
2828

2929
Then run:
3030

31-
gradle mlNew
31+
gradle mlNewProject
3232

3333
This starts a project wizard to stub out files for your new application. You can accept all the defaults, but be sure to
3434
enter a valid port number for the "REST API port" question. ml-gradle will then print the following logging:

0 commit comments

Comments
 (0)