Skip to content

Commit e35e985

Browse files
authored
Use gradle wrapper (#66)
1 parent 354c4a5 commit e35e985

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ jobs:
2323
cache: gradle
2424

2525
- name: Build
26-
uses: gradle/actions/setup-gradle@v3
27-
with:
28-
arguments: build
26+
run: ./gradlew build

0 commit comments

Comments
 (0)