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 f6c97ba commit 525bbddCopy full SHA for 525bbdd
src/main/groovy/com/marklogic/gradle/task/NewProjectTask.groovy
@@ -24,7 +24,7 @@ class NewProjectTask extends MarkLogicTask {
24
def now = new Date()
25
26
def propertiesText = "# Properties generated by mlNewProject at ${now}" +
27
- "\n# See the Property Reference page in the ml-gradle Wiki for a list of all supported properties" +
+ "\n# See https://github.com/marklogic-community/ml-gradle/wiki/Property-reference for a list of all supported properties" +
28
"\nmlAppName=${ant.mlAppName}" +
29
"\nmlHost=${ant.mlHost}" +
30
"\nmlUsername=${ant.mlUsername}" +
0 commit comments