From 49ea17dc342b0600d1a7d86b8fea5798c928fa51 Mon Sep 17 00:00:00 2001 From: Joe Grandja <10884212+jgrandja@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:03:32 -0400 Subject: [PATCH] Revert "Configure Git to handle line endings for Windows" This reverts commit d56a1632887ecd63efd67e49b6e375addcb8c3de. --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa8a425..bd0d50f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,10 +51,6 @@ jobs: outputs: should-deploy-artifacts: ${{ steps.should-deploy-artifacts.outputs.result }} steps: - - name: Prepare Windows runner - if: ${{ runner.os == 'Windows' }} - run: | - git config --global core.autocrlf true - uses: actions/checkout@v4 - name: Set up JDK ${{ inputs.java-version }} uses: spring-io/spring-gradle-build-action@v2