Skip to content

Instantly share code, notes, and snippets.

@xconnecting
Last active December 12, 2015 07:29
Show Gist options
  • Save xconnecting/4736812 to your computer and use it in GitHub Desktop.
Save xconnecting/4736812 to your computer and use it in GitHub Desktop.
[Gradle] Java Compile Encoding
apply plugin: 'java'
apply plugin: 'eclipse'
compileJava.options.encoding = 'UTF-8'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment