We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959a87f commit d56a163Copy full SHA for d56a163
.github/workflows/build.yml
@@ -51,6 +51,10 @@ 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