Even though we use project.build.sourceEncoding, on Windows, you still seem to have to specify
file encoding explicitly using JAVA_TOOL_OPTIONS
i.e.:
[Environment]::SetEnvironmentVariable("JAVA_TOOLS_OPTIONS", "-Dfile.encoding=UTF8", "Machine")
otherwise the new test fails. Leads me to think we might have to do some additional tweaking
so this is not necessary
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1083#issuecomment-293865096
|