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 32c6a17 commit 0fd41ffCopy full SHA for 0fd41ff
src/main/groovy/com/marklogic/gradle/task/roxy/RoxyMigratePropertiesTask.groovy
@@ -67,6 +67,10 @@ class RoxyMigratePropertiesTask extends RoxyTask {
67
}
68
69
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
+
74
properties.append("\n# All other Roxy properties\n")
75
roxyProperties.each { entry ->
76
String key = entry.key
0 commit comments