Skip to content

Commit

Permalink
Revert "Configure Git to handle line endings for Windows"
Browse files Browse the repository at this point in the history
This reverts commit d56a163.
  • Loading branch information
jgrandja committed Oct 21, 2024
1 parent d56a163 commit 49ea17d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49ea17d

Please sign in to comment.