Skip to content

Commit

Permalink
Fix github actions Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
romansavka-mq committed Jul 8, 2024
1 parent 778eaef commit 78269ea
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 @@ -19,8 +19,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
distribution: 'liberica'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run code analysis and tests
Expand Down

0 comments on commit 78269ea

Please sign in to comment.