Skip to content
Mads Hansen edited this page May 9, 2017 · 3 revisions

If you run into encoding issues with loading modules, please see https://github.com/marklogic-community/ml-gradle/issues/155 . The solution most likely involves making the following call to modify your GRADLE_OPTS:

export GRADLE_OPTS="-Dfile.encoding=utf-8"

Or set it to whatever encoding that you need for the content in your modules.

Clone this wiki locally