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 19:41:11 UTC

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

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

 ##########
 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:
   These blocks should use newlines and match the formatting of the rest of the file.

----------------------------------------------------------------
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