Skip to content

sync develop branch after release 5.3.1 #2650

sync develop branch after release 5.3.1

sync develop branch after release 5.3.1 #2650

Workflow file for this run

name: dash license
on:
pull_request:
workflow_dispatch:
jobs:
license-check:
if: ${{ false }}
# Disabled until ClearlyDefined throttling is resolved (see eclipse-rdf4j/rdf4j#5457)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 25
distribution: 'temurin'
cache: maven
- name: Clean install
run: mvn -B clean install -Pquick -DskipTests
- name: Package
run: mvn -B -U package -Pquick -DskipTests
- name: Run license-check
run: mvn -B -Plicence-check org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES
- name: Print Dash Summary
if: always()
run: cat DEPENDENCIES
# To automatically fix license issues, you can use the following command: mvn -Plicence-check org.eclipse.dash:license-tool-plugin:license-check -Ddash.iplab.token=TOKEN_HERE -Ddash.projectId=technology.rdf4j