Repository: incubator-geode
Updated Branches:
  refs/heads/develop a78d491d6 -> bd6f9e6f3


adding spotless line terminator setting for Unix


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

Branch: refs/heads/develop
Commit: bd6f9e6f3fe4d4485b578dc56f048390980f1f92
Parents: a78d491
Author: Bruce Schuchardt <bschucha...@pivotal.io>
Authored: Mon Oct 24 15:46:39 2016 -0700
Committer: Bruce Schuchardt <bschucha...@pivotal.io>
Committed: Mon Oct 24 15:47:43 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/bd6f9e6f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index a734e05..6e82433 100755
--- a/build.gradle
+++ b/build.gradle
@@ -88,6 +88,7 @@ subprojects {
 
   apply plugin: "com.diffplug.gradle.spotless"
   spotless {
+    lineEndings = 'unix';
     java {
       eclipseFormatFile 
"${rootProject.projectDir}/etc/eclipse-java-google-style.xml"
     }

Reply via email to