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:15 UTC

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

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/24097a8d
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/24097a8d
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/24097a8d

Branch: refs/heads/feature/GEODE-2231
Commit: 24097a8de481c3c3b09d7b84944d740f932d58f4
Parents: f1846b1
Author: Dan Smith <up...@apache.org>
Authored: Wed Dec 21 17:38:14 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/24097a8d/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"
     }
   }
 }