Skip to content

Commit 0e0f6e6

Browse files
authored
Update build.yml
1 parent 560fa10 commit 0e0f6e6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
steps:
2121
- name: checkout repository
2222
uses: actions/checkout@v4
23-
- name: validate gradle wrapper
24-
uses: gradle/wrapper-validation-action@v2
2523
- name: setup jdk ${{ matrix.java }}
2624
uses: actions/setup-java@v4
2725
with:
@@ -37,4 +35,4 @@ jobs:
3735
uses: actions/upload-artifact@v4
3836
with:
3937
name: Artifacts
40-
path: build/libs/
38+
path: build/libs/

0 commit comments

Comments
 (0)