Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dexman545 authored Apr 17, 2024
1 parent a706c50 commit 278ff72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 21
distribution: 'zulu'

- name: Cache Gradle files
Expand All @@ -36,4 +36,4 @@ jobs:
KEY_STORE_KEY_PASS: ${{ secrets.KEY_STORE_KEY_PASS }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MODRINTH: ${{ secrets.MODRINTH }}
CURSE: ${{ secrets.CURSE }}
CURSE: ${{ secrets.CURSE }}

0 comments on commit 278ff72

Please sign in to comment.