Skip to content

Commit

Permalink
build: add dependency graph support (#3355)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Oct 1, 2023
1 parent 23d9ec0 commit ce6e4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- name: Build
uses: gradle/gradle-build-action@v2.8.0
with:
dependency-graph: generate-and-submit
arguments: build shadowJar proguard
- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ce6e4c6

Please sign in to comment.