Skip to content

Commit

Permalink
Move dependency:tree to check shade optional step
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Jan 26, 2024
1 parent 874db1e commit 343098d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
-Plicense-check \
| tee ${{ env.MVN_BUILD_OUTPUT_FILE }}
mvn ${MVN_COMMON_OPTIONS} dependency:tree -Plicense-check | tee ${{ env.MVN_DEPENDENCY_PLUGIN_OUTPUT_FILE }}
- name: Check licensing
run: |
mvn ${MVN_COMMON_OPTIONS} exec:java@check-license -N \
Expand All @@ -60,7 +58,7 @@ jobs:
- name: Check shade optional dependencies
run: |
cat ${{ env.MVN_DEPENDENCY_PLUGIN_OUTPUT_FILE }}
mvn ${MVN_COMMON_OPTIONS} dependency:tree -Plicense-check | tee ${{ env.MVN_DEPENDENCY_PLUGIN_OUTPUT_FILE }}
mvn ${MVN_COMMON_OPTIONS} exec:java@check-shade -N \
-Dexec.args="${{ env.MVN_BUILD_OUTPUT_FILE }} ${{ env.MVN_DEPENDENCY_PLUGIN_OUTPUT_FILE }}" \
Expand Down

0 comments on commit 343098d

Please sign in to comment.