Skip to content

Commit 8caf4c8

Browse files
authored
Update gradle-build.yml
1 parent e107997 commit 8caf4c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/gradle-build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ jobs:
3131
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
3232
settings-path: ${{ github.workspace }} # location for the settings.xml file
3333

34+
- name: Set up Gradle
35+
uses: gradle/actions/setup-gradle@v4
36+
3437
- name: Build with Gradle
35-
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
36-
with:
37-
arguments: build
38+
run: ./gradlew build
3839

3940
- name: Upload coverage reports to Codecov
4041
uses: codecov/[email protected]

0 commit comments

Comments
 (0)