Skip to content

Commit

Permalink
Gradle wrapper validation action in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ya-ilya authored May 14, 2023
1 parent 2993d0b commit 23efbd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v2
with:
Expand All @@ -31,4 +32,4 @@ jobs:
path: |
./progreso-client/build/libs/*all.jar
./progreso-client/build/libs/*api.jar
./progreso-client/build/libs/*api-source.jar
./progreso-client/build/libs/*api-source.jar

0 comments on commit 23efbd9

Please sign in to comment.