Skip to content

Commit

Permalink
Run GH action with Java 21
Browse files Browse the repository at this point in the history
Eclipse Platform requires Java 21 now (https://www.eclipse.org/lists/cross-project-issues-dev/msg20005.html) which will make licensecheck fail if run on projects building against latest Eclipse Platform and every project will have to learn and apply a change like eclipse-platform/eclipse.platform.releng.aggregator#2674 to unbreak.
This PR will keep things "just working" for downstream projects.
  • Loading branch information
akurtakov authored and HannesWell committed Dec 17, 2024
1 parent bc40f27 commit ebc42f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mavenLicenseCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
description: 'The version of Java set up to run the license-check build'
type: string
required: false
default: '17'
default: '21'
secrets:
gitlabAPIToken:
description: 'The authentication token (scope: api) from gitlab.eclipse.org of the calling repository. Only required if license vetting is requested'
Expand Down

0 comments on commit ebc42f4

Please sign in to comment.