Skip to content

Commit 4fb94ca

Browse files
authored
Use newer version of Gradle wrapper validator (#560)
The current one silently fails. This one is also the one we use in mockito-core and should work correctly.
1 parent d9001c1 commit 4fb94ca

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ jobs:
4545

4646
- name: 3. Build on Java ${{ matrix.java }}
4747
run: ./build.sh
48+
49+
verify-wrapper:
50+
name: "Verify Gradle wrapper"
51+
runs-on: ubuntu-latest
52+
steps:
53+
- uses: actions/checkout@v4
54+
- uses: gradle/actions/wrapper-validation@v4
4855

4956
#
5057
# Release job, only for pushes to the main development branch

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)