Repository: incubator-geode
Updated Branches:
  refs/heads/develop c465541d9 -> 731c668f4


GEODE-797: Adding an encoding=UTF-8 to javadocs

In some environments, javadoc was picking up ASCII as the encoding of
the source files. It should be UTF-8.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/731c668f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/731c668f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/731c668f

Branch: refs/heads/develop
Commit: 731c668f41d3a6777d0e24ca13b434e55c18ca65
Parents: c465541
Author: Dan Smith <upthewatersp...@apache.org>
Authored: Tue Jan 19 15:07:50 2016 -0800
Committer: Dan Smith <upthewatersp...@apache.org>
Committed: Tue Jan 19 15:07:50 2016 -0800

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/731c668f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3163cf7..9549e62 100755
--- a/build.gradle
+++ b/build.gradle
@@ -313,6 +313,7 @@ subprojects {
 
   javadoc {
     options.addStringOption('Xdoclint:none', '-quiet')
+    options.encoding='UTF-8'
   }
 
   dependencies {

Reply via email to