Skip to content

Commit

Permalink
update workflows lol
Browse files Browse the repository at this point in the history
  • Loading branch information
crazymoose7 committed May 10, 2024
1 parent 451c94b commit 1a06965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4.2.1
with:
java-version: 17
java-version: 21
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.5
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4.2.1
with:
java-version: 17
java-version: 21
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 1a06965

Please sign in to comment.