We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56a163 commit 49ea17dCopy full SHA for 49ea17d
.github/workflows/build.yml
@@ -51,10 +51,6 @@ jobs:
51
outputs:
52
should-deploy-artifacts: ${{ steps.should-deploy-artifacts.outputs.result }}
53
steps:
54
- - name: Prepare Windows runner
55
- if: ${{ runner.os == 'Windows' }}
56
- run: |
57
- git config --global core.autocrlf true
58
- uses: actions/checkout@v4
59
- name: Set up JDK ${{ inputs.java-version }}
60
uses: spring-io/spring-gradle-build-action@v2
0 commit comments