We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc7f5f commit 16daa78Copy full SHA for 16daa78
src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy
@@ -42,7 +42,7 @@ class NewProjectTask extends MarkLogicTask {
42
if (ant.mlPropertiesPlugin == "y") {
43
def text = 'plugins {' +
44
'\n id "net.saliman.properties" version "1.4.6"' +
45
- '\n id "com.marklogic.ml-gradle" version "3.11.0"' +
+ '\n id "com.marklogic.ml-gradle" version "3.12.0"' +
46
'\n}'
47
println "Updating build.gradle so that the Gradle properties plugin can be applied"
48
writeFile("build.gradle", text)
0 commit comments