Skip to content

Commit 5009f12

Browse files
committed
Bumped to 3.16.4
1 parent 461d750 commit 5009f12

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ First, [install Gradle](https://gradle.org/install/).
3333

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

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

3838
Then run:
3939

examples/corb2-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424

2525
plugins {
26-
id "com.marklogic.ml-gradle" version "3.16.3"
26+
id "com.marklogic.ml-gradle" version "3.16.4"
2727
}
2828

2929
repositories {

examples/sample-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
jcenter()
99
}
1010
dependencies {
11-
classpath "com.marklogic:ml-gradle:3.16.3"
11+
classpath "com.marklogic:ml-gradle:3.16.4"
1212
}
1313
}
1414

examples/unit-test-project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mlGradleVersion=3.16.3
1+
mlGradleVersion=3.16.4
22
marklogicUnitTestVersion=1.0.0
33

44
mlHost=localhost

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.marklogic
2-
version=3.16.3
2+
version=3.16.4
33
javadocsDir=../gh-pages-marklogic-java/javadocs
44

55
mlAppDeployerDependency=com.marklogic:ml-app-deployer:3.16.3

src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class NewProjectTask extends MarkLogicTask {
4242
if (ant.mlPropertiesPlugin == "y") {
4343
def text = 'plugins {' +
4444
'\n id "net.saliman.properties" version "1.5.1"' +
45-
'\n id "com.marklogic.ml-gradle" version "3.16.3"' +
45+
'\n id "com.marklogic.ml-gradle" version "3.16.4"' +
4646
'\n}'
4747
println "Updating build.gradle so that the Gradle properties plugin can be applied"
4848
writeFile("build.gradle", text)

0 commit comments

Comments
 (0)