Skip to content

Instantly share code, notes, and snippets.

@liangzai-cool
Created November 2, 2016 06:11
Show Gist options
  • Save liangzai-cool/6efd10a4e50950830284d5ca5fb24c1e to your computer and use it in GitHub Desktop.
Save liangzai-cool/6efd10a4e50950830284d5ca5fb24c1e to your computer and use it in GitHub Desktop.
config java compile encoding using gradle
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment