Skip to content

Commit

Permalink
Bumped to 3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Dec 10, 2019
1 parent 461d750 commit 5009f12
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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.16.3" }
plugins { id "com.marklogic.ml-gradle" version "3.16.4" }

Then run:

Expand Down
2 changes: 1 addition & 1 deletion examples/corb2-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
}

plugins {
id "com.marklogic.ml-gradle" version "3.16.3"
id "com.marklogic.ml-gradle" version "3.16.4"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion examples/sample-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
jcenter()
}
dependencies {
classpath "com.marklogic:ml-gradle:3.16.3"
classpath "com.marklogic:ml-gradle:3.16.4"
}
}

Expand Down
2 changes: 1 addition & 1 deletion examples/unit-test-project/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mlGradleVersion=3.16.3
mlGradleVersion=3.16.4
marklogicUnitTestVersion=1.0.0

mlHost=localhost
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.marklogic
version=3.16.3
version=3.16.4
javadocsDir=../gh-pages-marklogic-java/javadocs

mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.16.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class NewProjectTask extends MarkLogicTask {
if (ant.mlPropertiesPlugin == "y") {
def text = 'plugins {' +
'\n id "net.saliman.properties" version "1.5.1"' +
'\n id "com.marklogic.ml-gradle" version "3.16.3"' +
'\n id "com.marklogic.ml-gradle" version "3.16.4"' +
'\n}'
println "Updating build.gradle so that the Gradle properties plugin can be applied"
writeFile("build.gradle", text)
Expand Down

0 comments on commit 5009f12

Please sign in to comment.