Skip to content

Commit

Permalink
ci: Gradle 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed Dec 21, 2023
1 parent 83bc023 commit 7d8d37a
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: 17
- uses: gradle/[email protected]
with:
gradle-version: 7.6
gradle-version: 8.1
- 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: 17
- uses: gradle/[email protected]
with:
gradle-version: 7.6
gradle-version: 8.1
- name: Publish build
env:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
Expand Down

0 comments on commit 7d8d37a

Please sign in to comment.