Skip to content

Commit ea15d15

Browse files
authored
Switch to setup-gradle action v4
1 parent a1009a9 commit ea15d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
java-version: ${{ matrix.java }}
2222
distribution: 'temurin'
23+
- name: Setup Gradle
24+
uses: gradle/actions/setup-gradle@v4
2325
- name: Run tests
24-
uses: gradle/actions/setup-gradle@v3
25-
with:
26-
arguments: test
26+
run: ./gradlew test

0 commit comments

Comments
 (0)