Skip to content

Virtual configuration IU in p2.inf does not work in 4.0.3 (works in 3.0.5) #9252

Virtual configuration IU in p2.inf does not work in 4.0.3 (works in 3.0.5)

Virtual configuration IU in p2.inf does not work in 4.0.3 (works in 3.0.5) #9252

Workflow file for this run

# This workflow will check for Maven projects if the licenses of all (transitive) dependencies are vetted.
name: License vetting status check
on:
push:
branches:
- 'master'
- 'tycho-*'
pull_request:
branches:
- 'master'
- 'tycho-*'
issue_comment:
types: [created]
jobs:
call-license-check:
uses: eclipse/dash-licenses/.github/workflows/mavenLicenseCheck.yml@master
with:
projectId: technology.tycho
secrets:
gitlabAPIToken: ${{ secrets.TYCHO_GITLAB_API_TOKEN }}