Skip to content

Commit

Permalink
update gradle build to jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata committed Apr 24, 2024
1 parent 4cafd3a commit cf5fdad
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,13 +23,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
gradle-version: 7.5
gradle-version: 8.7
arguments: build

0 comments on commit cf5fdad

Please sign in to comment.