Add dependency graph submission to build workflow

This commit is contained in:
Vankka 2024-12-05 22:03:03 +02:00
parent 3906be9c2f
commit 1ebb5c24e0
No known key found for this signature in database
GPG Key ID: 62E48025ED4E7EBB

View File

@ -30,4 +30,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: "jars/*.jar"
path: "jars/*.jar"
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4