Skip to content

Commit

Permalink
temporary disable build under jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
kpavlov authored Sep 4, 2024
1 parent 673f509 commit 7b32b42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:

strategy:
matrix:
java: [ '11', '17', '21' ]
java:
- '11'
- '17'
# - '21' temporary disabled

name: Build under JDK ${{ matrix.Java }}

Expand Down

0 comments on commit 7b32b42

Please sign in to comment.