Skip to content

Commit

Permalink
Included file encoding parameter to cover execution on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbullock committed Sep 19, 2022
1 parent 563be75 commit e1fae71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradlew-
- name: Build
run: ./gradlew build -S
run: ./gradlew -Dfile.encoding=UTF-8 build -S

- name: Upload Reports
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit e1fae71

Please sign in to comment.