Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
byPixelTV committed May 24, 2024
2 parents 8988b67 + 3ebbcbd commit 5dc70c2
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 @@ -18,10 +18,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v3
- name: Set up JDK 21
uses: actions/setup-java@v4.2.1
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Make Gradle wrapper executable
Expand Down

0 comments on commit 5dc70c2

Please sign in to comment.