We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e107997 commit 8caf4c8Copy full SHA for 8caf4c8
.github/workflows/gradle-build.yml
@@ -31,10 +31,11 @@ jobs:
31
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
32
settings-path: ${{ github.workspace }} # location for the settings.xml file
33
34
+ - name: Set up Gradle
35
+ uses: gradle/actions/setup-gradle@v4
36
+
37
- name: Build with Gradle
- uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
- with:
- arguments: build
38
+ run: ./gradlew build
39
40
- name: Upload coverage reports to Codecov
41
uses: codecov/[email protected]
0 commit comments