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

[66/98] [abbrv] incubator-geode git commit: adding spotless line terminator setting for Unix

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/feature/GEM-983
Commit: bd6f9e6f3fe4d4485b578dc56f048390980f1f92
Parents: a78d491
Author: Bruce Schuchardt <bs...@pivotal.io>
Authored: Mon Oct 24 15:46:39 2016 -0700
Committer: Bruce Schuchardt <bs...@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"
     }