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

geode git commit: Revert "GEODE-2243: Adjust path of spotless formatter"

Repository: geode
Updated Branches:
  refs/heads/develop c1998d739 -> d30e9abc2


Revert "GEODE-2243: Adjust path of spotless formatter"

This reverts commit c1998d7398b837ee1e699bfd1952719443045d71.


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

Branch: refs/heads/develop
Commit: d30e9abc2ede49054abd7c1ec7835f86567d20ca
Parents: c1998d7
Author: Dan Smith <up...@apache.org>
Authored: Wed Dec 21 17:38:14 2016 -0800
Committer: Dan Smith <up...@apache.org>
Committed: Wed Dec 21 17:38:14 2016 -0800

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


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