Skip to content

Commit

Permalink
GEODE-6090: Reverting changes, causes new clones to get modified files.
Browse files Browse the repository at this point in the history
Revert "GEODE-6073:  All files have lf endings (apache#2873)"

This reverts commit be99d7b.
  • Loading branch information
jake-at-work committed Nov 26, 2018
1 parent b8d26b1 commit 184dd3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* text eol=lf
*.java text=auto eol=lf
2 changes: 1 addition & 1 deletion ci/scripts/windows/test-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ directories_file=${DEST_DIR}/artifact_directories
echo "GRADLE_TASK = ${GRADLE_TASK}"
echo "BASE_FILENAME = ${BASE_FILENAME}"

DEFAULT_GRADLE_TASK_OPTIONS="--no-daemon -x javadoc"
DEFAULT_GRADLE_TASK_OPTIONS="--no-daemon -x javadoc -x spotlessCheck"

if [[ -n "${GRADLE_TEST_CATEGORY}" ]]; then
GRADLE_TASK_OPTIONS="-PtestCategory=${GRADLE_TEST_CATEGORY}"
Expand Down
1 change: 1 addition & 0 deletions gradle/spotless.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
subprojects {
apply plugin: "com.diffplug.gradle.spotless"
spotless {
lineEndings = 'unix'
java {
target project.fileTree(project.projectDir) {
include '**/*.java'
Expand Down

0 comments on commit 184dd3c

Please sign in to comment.