Skip to content

Commit

Permalink
[build] initial support Java 21 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Oct 5, 2023
1 parent 8e9e46b commit 5982e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: 'corretto'
java-version: ${{ matrix.java }}

- name: Build with Gradle (Ubuntu)
Expand Down

0 comments on commit 5982e1a

Please sign in to comment.