Skip to content

Commit 6a9ff72

Browse files
committed
More bumping to 3.17.0
1 parent 8de2137 commit 6a9ff72

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.4" }
36+
plugins { id "com.marklogic.ml-gradle" version "3.17.0" }
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.4"
26+
id "com.marklogic.ml-gradle" version "3.17.0"
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.4"
11+
classpath "com.marklogic:ml-gradle:3.17.0"
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.4
1+
mlGradleVersion=3.17.0
22
marklogicUnitTestVersion=1.0.0
33

44
mlHost=localhost

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