Skip to content

Commit 1fe7479

Browse files
committed
Bumping up to 2.3.1
1 parent 5879c9d commit 1fe7479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ First, please note the [Wiki and FAQ](https://github.com/rjrudin/ml-gradle/wiki)
3737
To use ml-gradle right away, you'll need Gradle installed first. And of course you'll need Marklogic installed somewhere - it doesn't have to be the same computer as the one you're running Gradle on. Then create a directory for your project and add a build.gradle file and a gradle.properties file (a Gradle best practice is to put properties in this file so they can be easily overridden). Here's the simplest build.gradle file possible:
3838

3939
plugins {
40-
id "com.marklogic.ml-gradle" version "2.3.0"
40+
id "com.marklogic.ml-gradle" version "2.3.1"
4141
}
4242

4343
And here's a basic gradle.properties file (you can of course customize these properties as needed, particularly the port - make sure that it's open on the host you're deploying to; you can also omit all of these, and ml-gradle will assume some sensible defaults, but it's expected you'll want to customize these):

examples/sample-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ buildscript {
3939
* that those blocks can override properties before ml-gradle initializes itself.
4040
*/
4141
plugins {
42-
id "com.marklogic.ml-gradle" version "2.3.0"
42+
id "com.marklogic.ml-gradle" version "2.3.1"
4343

4444
// The following plugins are optional
4545

0 commit comments

Comments
 (0)