Skip to content

Commit 525bbdd

Browse files
committed
#510 New properties file now has link to property reference
1 parent f6c97ba commit 525bbdd

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
@@ -24,7 +24,7 @@ class NewProjectTask extends MarkLogicTask {
2424
def now = new Date()
2525

2626
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" +
27+
"\n# See https://github.com/marklogic-community/ml-gradle/wiki/Property-reference for a list of all supported properties" +
2828
"\nmlAppName=${ant.mlAppName}" +
2929
"\nmlHost=${ant.mlHost}" +
3030
"\nmlUsername=${ant.mlUsername}" +

0 commit comments

Comments
 (0)