Skip to content

Commit

Permalink
downgrade to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Dec 13, 2023
1 parent 006976d commit 8ebb159
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 @@ -12,13 +12,13 @@ jobs:
strategy:
matrix:
distribution: [ 'temurin' ]
java: [ '21' ]
java: [ '17' ]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Setup Java 21
- name: Setup Java 17
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 8ebb159

Please sign in to comment.