You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2016/12/23 21:10:13 UTC

[20/25] geode git commit: GEODE-2243: Adjust path of spotless formatter

GEODE-2243: Adjust path of spotless formatter

- This allows projects which depend on Geode to use Geode's formatter

Signed-off-by: Scott Jewell <sj...@pivotal.io>


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

Branch: refs/heads/feature/GEODE-2231
Commit: f1846b1cd30624809a95c8ae7d7c053c15818564
Parents: bb3d20f
Author: Jens Deppe <jd...@pivotal.io>
Authored: Wed Dec 21 14:52:11 2016 -0800
Committer: Karen Miller <km...@pivotal.io>
Committed: Fri Dec 23 13:09:28 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/geode/blob/f1846b1c/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 360310f..d788250 100755
--- a/build.gradle
+++ b/build.gradle
@@ -91,7 +91,7 @@ subprojects {
   spotless {
     lineEndings = 'unix';
     java {
-      eclipseFormatFile "${rootProject.projectDir}/etc/eclipse-java-google-style.xml"
+      eclipseFormatFile "${rootProject.projectDir}/../open/etc/eclipse-java-google-style.xml"
     }
   }
 }