ci: Use Gradlew Wrapper instead of native Gradle
This commit is contained in:
parent
db27e96b04
commit
e551037fb5
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
timeout_minutes: 5
|
timeout_minutes: 5
|
||||||
max_attempts: 2
|
max_attempts: 2
|
||||||
command: gradle clean build
|
command: ./gradlew clean build
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user