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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to