Skip to content

Commit

Permalink
Validate Gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Dec 2, 2023
1 parent 083d41d commit 74c1894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:

- name: Enable verbose logging of dependencies
run: echo "org.gradle.dependency.verification.console=verbose" >> $GITHUB_WORKSPACE/gradle.properties

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

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

0 comments on commit 74c1894

Please sign in to comment.