Skip to content

Commit

Permalink
Submit Gradle dependency graph to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Feb 25, 2024
1 parent 21af109 commit 1a19a21
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,21 @@ jobs:
with:
name: jars
path: build/libs/

dependency_graph:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

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

- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3

0 comments on commit 1a19a21

Please sign in to comment.