Skip to content

Commit

Permalink
update java workflow version
Browse files Browse the repository at this point in the history
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
  • Loading branch information
j10a1n15 committed Sep 28, 2024
1 parent 539201c commit 1ef6424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- uses: actions/checkout@v3.5.2
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 1ef6424

Please sign in to comment.