You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ma...@apache.org on 2015/11/23 21:49:07 UTC

[37/50] [abbrv] incubator-geode git commit: GEODE-570 Fix javadoc to ignore strict checking with JDK 8

GEODE-570 Fix javadoc to ignore strict checking with JDK 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/90b9a632
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/90b9a632
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/90b9a632

Branch: refs/heads/feature/GEODE-53
Commit: 90b9a632b9738319fc7a7fddb93b6bef9ff57f7d
Parents: 3fc2992
Author: Nitin Lamba <ni...@ampool.io>
Authored: Tue Nov 17 11:54:57 2015 -0800
Committer: Dan Smith <up...@apache.org>
Committed: Tue Nov 17 16:45:57 2015 -0800

----------------------------------------------------------------------
 build.gradle | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/90b9a632/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index a186710..e51a79b 100755
--- a/build.gradle
+++ b/build.gradle
@@ -290,7 +290,11 @@ subprojects {
   }
 
   javadoc.classpath += configurations.provided
-  
+
+  javadoc {
+    options.addStringOption('Xdoclint:none', '-quiet')
+  }
+
   dependencies {
     compile 'org.springframework:spring-aop:' + project.'springframework.version'
     compile 'org.springframework:spring-beans:' + project.'springframework.version'