You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mlHostName* properties are added when any commands are executed by the mlAppDeployer object. Before the first command is executed, the value of mlAddHostNameTokens is checked, and if it's true, the host name properties are set.
After adding the
mlAddHostNameTokens=true
to my gradle.properties file. I added this task to my build.gradle file :Then I run :
gradle -i -Penv=prod -Pconfirm=true printInfo
but I'm getting this output :However, starting with 3.13.0 I would expect see the hostname values according to the description from https://github.com/marklogic-community/ml-app-deployer/wiki/Scheduled-Tasks.
What am I doing wrong?
gradle -v
build.gradle plugins are :
Thanks,
Darrel
The text was updated successfully, but these errors were encountered: