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
Please use the debugging guide first to see if you can identify the problem - https://github.com/marklogic/ml-gradle/wiki/Debugging-guide . That addresses the most common bugs, such as not being able to load modules, or getting any error when deploying a particular resource, or getting any error with one of the data movement asks.
Describe the bug
ml-gradle doesn't trim whitespaces at the end of env properties.
To Reproduce
Steps to reproduce the behavior:
have a property in gradle.properties file with a whitespace at the end.
Expected behavior
The whitespace at the end should be trimmed.