Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 17d7f11

Browse files
authoredNov 6, 2024··
Remove now redundant action
The wrapper validation is now done by default by setup-gradle. Signed-off-by: thc202 <thc202@gmail.com>
1 parent bb6f170 commit 17d7f11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
with:
2020
distribution: 'temurin'
2121
java-version: ${{ matrix.java }}
22-
- uses: gradle/actions/setup-gradle@v4
2322
- run: ./gradlew assemble
2423
- run: ./gradlew check
2524

0 commit comments

Comments
 (0)
Please sign in to comment.