Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Update gradle.yml encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Jul 26, 2023
1 parent 3b88dbf commit 9ea1cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: '8'
distribution: 'zulu'
- name: Build with Gradle
run: chmod +x ./gradlew && ./gradlew setupCiWorkspace && ./gradlew build
run: chmod +x ./gradlew && ./gradlew setupCiWorkspace && ./gradlew -Dfile.encoding=UTF-8 build
- uses: actions/upload-artifact@v3
with:
name: LiquidLunarForge
Expand Down

0 comments on commit 9ea1cd4

Please sign in to comment.