Skip to content

Commit

Permalink
Add gradle wrapper validation
Browse files Browse the repository at this point in the history
Gradle publishes this workflow to allow validation of gradle wrapper JARs to ensure that they actually are the jars published by Gradle. See: https://github.com/gradle/wrapper-validation-action#add-to-an-existing-workflow
  • Loading branch information
jobarr-amzn authored Sep 19, 2023
1 parent 470b019 commit 731370b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: gradle/wrapper-validation-action@v1
- name: Use java ${{ matrix.java }}
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 731370b

Please sign in to comment.