Skip to content

Commit e72fb30

Browse files
committed
Bumped to 4.0.4
1 parent 5841446 commit e72fb30

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 "4.0.3" }
36+
plugins { id "com.marklogic.ml-gradle" version "4.0.4" }
3737

3838
Then run:
3939

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:4.0.3"
11+
classpath "com.marklogic:ml-gradle:4.0.4"
1212
}
1313
}
1414

gradle.properties

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

5-
mlAppDeployerDependency=com.marklogic:ml-app-deployer:4.0.2
5+
mlAppDeployerDependency=com.marklogic:ml-app-deployer:4.0.3
66
mlcpUtilDependency=com.marklogic:mlcp-util:0.9.0
77
mlDataMovementDependency=com.marklogic:marklogic-data-movement-components:2.0.0
88
mlUnitTestDependency=com.marklogic:marklogic-unit-test-client:1.0.0

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 "4.0.3"' +
45+
'\n id "com.marklogic.ml-gradle" version "4.0.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)