Skip to content

Commit

Permalink
build: publishing use gradle 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Dec 3, 2024
1 parent 941d203 commit 756edfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-curseforge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 21
- uses: gradle/[email protected]
with:
gradle-version: 8.8
gradle-version: 8.10
- name: Publish build
env:
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-modrinth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 21
- uses: gradle/[email protected]
with:
gradle-version: 8.8
gradle-version: 8.10
- name: Publish build
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit 756edfd

Please sign in to comment.