Skip to content

Commit 16daa78

Browse files
committed
Bumped NewProjectTask to 3.12.0
1 parent 2fc7f5f commit 16daa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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