Add dependency graph to help GitHub find dependencies

This commit is contained in:
games647
2023-07-17 15:09:16 +02:00
parent ee465e381c
commit f06ace2f5b

View File

@ -41,3 +41,6 @@ jobs:
# Run non-interactive, package (with compile+test),
# ignore snapshot updates, because they are likely to have breaking changes, enforce checksums
run: mvn test --batch-mode --threads 2.0C --no-snapshot-updates --strict-checksums --file pom.xml
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v3.0.2