Skip to content

Commit 0fd41ff

Browse files
committed
#225 Adding mlNoRestServer by default when migrating Roxy properties
1 parent 32c6a17 commit 0fd41ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/groovy/com/marklogic/gradle/task/roxy/RoxyMigratePropertiesTask.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ class RoxyMigratePropertiesTask extends RoxyTask {
6767
}
6868
}
6969

70+
properties.append("\n# Added automatically by ml-gradle under the assumption that a Roxy application defines all of the app servers that it needs ")
71+
properties.append("\n# and thus doesn't need ml-gradle to automatically create a REST API server for it.")
72+
properties.append("\nmlNoRestServer=true\n")
73+
7074
properties.append("\n# All other Roxy properties\n")
7175
roxyProperties.each { entry ->
7276
String key = entry.key

0 commit comments

Comments
 (0)