Closed blured75 closed 7 years ago
For this plugin, there will be no special platform support.
I won't clutter the build scripts with IDE specific stuff. There is also no IntelliJ support. Maybe Eclipse can import the project with a plugin, avoiding apply plugin:
in each gradle build file:
https://marketplace.eclipse.org/content/gradle-integration-eclipse-0
Compiler default encoding is indeed different on each platform. Should this really be limited to gradle builds? To enable UTF-8 on Windows for every time Java is started, I suggest to use (Windows) environment variable JAVA_TOOL_OPTIONS
with -Dfile.encoding=UTF8
Pull request is now outdated. Please use 5.1.1.0 and reopen another issue if the issue still persists.
To permit windows users to compile the project with gradle