Skip to content

Commit

Permalink
Enable Gradle dependency submission in GitHub workflow (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLongstaff authored Sep 11, 2024
1 parent 393c4e2 commit a8bbea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

runs-on: ubuntu-latest
permissions:
contents: read
contents: write

steps:
- uses: actions/checkout@v4
Expand All @@ -32,6 +32,8 @@ jobs:
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
dependency-graph: generate-and-submit

- name: Build with Gradle Wrapper
run: ./gradlew build
Expand Down

0 comments on commit a8bbea5

Please sign in to comment.