Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 587c2c4

Browse files
committedOct 30, 2024·
Use Java 23 when running JDT-LS build in licensecheck workflow.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent fc4583c commit 587c2c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/licensecheck.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'master'
1212
issue_comment:
1313
types: [created]
14+
workflow_dispatch:
1415

1516
jobs:
1617
call-license-check:
@@ -20,5 +21,6 @@ jobs:
2021
with:
2122
projectId: eclipse.jdt.ls
2223
submodules: recursive
24+
javaVersion: '23'
2325
secrets:
2426
gitlabAPIToken: ${{ secrets.ECLIPSE_GITLAB_API_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.