Skip to content

Commit

Permalink
✨ feat(.github/workflows): Add Gradle Wrapper Validation to CI work…
Browse files Browse the repository at this point in the history
…flows.
  • Loading branch information
vnobo committed Dec 23, 2024
1 parent 7fc9247 commit 47cf729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- uses: gradle/wrapper-validation-action@v3
- name: Set up java 21 for x64
uses: actions/setup-java@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/gradle-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v3
- name: Set up JDK 21 for x64
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 47cf729

Please sign in to comment.