From d19cd30ad7838bb66c3e5521e74fb297cb14202c Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:01:18 +0200 Subject: [PATCH] Add jdk 20 to action --- .github/workflows/gradle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 4487508..db79fc2 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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.