Skip to content

Commit

Permalink
Update license-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simon824 authored Dec 11, 2023
1 parent a6eb4b0 commit 3f25a38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,20 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'

- name: Use staged maven repo settings
if: ${{ env.USE_STAGE == 'true' }}
run: |
cp $HOME/.m2/settings.xml /tmp/settings.xml
mv -vf .github/configs/settings.xml $HOME/.m2/settings.xml
- name: Compile install
run: mvn package -DskipTests=true -ntp

- name: Generate & check current 3rd-party dependencies
run: |
bash $SCRIPT_DEPENDENCY/regenerate_known_dependencies.sh current-dependencies.txt
cat $SCRIPT_DEPENDENCY/current-dependencies.txt
bash $SCRIPT_DEPENDENCY/check_dependencies.sh

0 comments on commit 3f25a38

Please sign in to comment.