From 8e24115c89e19d51e53c37bbb7112f8304c9bb93 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Wed, 30 Oct 2024 14:50:06 -0400 Subject: [PATCH] Use Java 23 when running JDT-LS build in licensecheck workflow. Signed-off-by: Roland Grunberg --- .github/workflows/licensecheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index b4eee48a85..710a4e3b71 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -20,5 +20,6 @@ jobs: with: projectId: eclipse.jdt.ls submodules: recursive + javaVersion: '23' secrets: gitlabAPIToken: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }}