Skip to content

Commit

Permalink
Update gradle.yml to use JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata authored May 2, 2024
1 parent c2a5fac commit 60a6592
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 @@ -23,14 +23,14 @@ jobs:

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: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
gradle-version: 8.3
gradle-version: 8.7
arguments: build

0 comments on commit 60a6592

Please sign in to comment.