Skip to content

Commit

Permalink
Merge pull request #331 from marklogic-community/update-README
Browse files Browse the repository at this point in the history
Updating README for version 3.6.1
  • Loading branch information
rjrudin authored Mar 26, 2018
2 parents cbdf9ec + ef79a3e commit 89199c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ 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:

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

Then run:

gradle mlNew
gradle mlNewProject

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

0 comments on commit 89199c6

Please sign in to comment.