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
rjrudin edited this page Feb 6, 2017
·
3 revisions
If you run into encoding issues with loading modules, please see https://github.com/rjrudin/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.