Add jdk 20 to action

This commit is contained in:
alexcrea 2024-10-26 18:01:18 +02:00 committed by GitHub
parent 366b4e1652
commit d19cd30ad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,7 @@ jobs:
java-version: |
16
17
20
21
distribution: 'temurin'
cache: 'gradle'
@ -68,6 +69,7 @@ jobs:
java-version: |
16
17
20
21
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.