You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2015/12/30 01:28:25 UTC

[25/33] incubator-geode git commit: GEODE-608: Have rat produce only textual output. Prevents malformed xml

GEODE-608: Have rat produce only textual output. Prevents malformed xml


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

Branch: refs/heads/feature/GEODE-14
Commit: 05b7ed151e8a218eb4bd492f886dac6176564bc7
Parents: 39790d5
Author: Jens Deppe <jd...@pivotal.io>
Authored: Tue Dec 22 13:14:04 2015 -0800
Committer: Jens Deppe <jd...@pivotal.io>
Committed: Tue Dec 22 13:14:04 2015 -0800

----------------------------------------------------------------------
 gradle/rat.gradle | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/05b7ed15/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index e59b50d..abda034 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -17,6 +17,10 @@
 apply plugin: "org.nosphere.apache.rat"
 
 rat {
+  xmlOutput = false
+  htmlOutput = false
+  plainOutput = true
+
   excludes = [
     // git
     '.git/**',