Skip to content

Commit

Permalink
fix gh build
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Jan 11, 2025
1 parent db7ca4b commit 4178f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
java-version: 21
- uses: gradle/gradle-build-action@v2
with:
gradle-version: release-candidate
gradle-version: 8.11.1
arguments: build
cache-read-only: ${{ github.repository_owner != 'triphora' }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
java-version: 21
- uses: gradle/gradle-build-action@v2
with:
gradle-version: release-candidate
gradle-version: 8.11.1
arguments: fabric:modrinth
cache-read-only: ${{ github.repository_owner != 'triphora' }}
env:
Expand Down

1 comment on commit 4178f78

@triphora
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.