You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/08 22:54:45 UTC

[GitHub] [incubator-iceberg] chenjunjiedada commented on a change in pull request #267: Force to compile with UTF8 encoding

chenjunjiedada commented on a change in pull request #267: Force to compile with UTF8 encoding
URL: https://github.com/apache/incubator-iceberg/pull/267#discussion_r301333011
 
 

 ##########
 File path: build.gradle
 ##########
 @@ -64,6 +64,9 @@ subprojects {
   apply plugin: 'maven' // make pom files for deployment
   apply plugin: 'nebula.maven-base-publish'
 
+  compileJava {options.encoding = "UTF-8"}
 
 Review comment:
   I see, updated in latest commit

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org