Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Jan 11, 2025
1 parent 4178f78 commit e702c82
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: 8.11.1
gradle-version: 8.10.2
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: 8.11.1
gradle-version: 8.10.2
arguments: fabric:modrinth
cache-read-only: ${{ github.repository_owner != 'triphora' }}
env:
Expand Down

0 comments on commit e702c82

Please sign in to comment.