We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f60a7f commit 46c22a3Copy full SHA for 46c22a3
1 file changed
.github/workflows/dash-license.yml
@@ -21,8 +21,10 @@ jobs:
21
run: mvn -B clean install -Pquick -DskipTests
22
- name: Package
23
run: mvn -B -U package -Pquick -DskipTests
24
- - name: Run license-check
25
- run: mvn -B -Plicence-check org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES
26
- - name: Print Dash Summary
27
- if: always()
28
- run: cat DEPENDENCIES
+ # Temporarily disabled due to ClearlyDefined throttling issues
+ # See: https://github.com/eclipse-rdf4j/rdf4j/issues/<issue_number>
+ # - name: Run license-check
+ # run: mvn -B -Plicence-check org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES
+ # - name: Print Dash Summary
29
+ # if: always()
30
+ # run: cat DEPENDENCIES
0 commit comments