Update android.yml to run Gradle version command
This commit is contained in:
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
- name: Gradle version
|
||||||
|
run: ../gradlew wrapper --gradle-version=8.1.1
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ../gradlew wrapper --gradle-version=8.1.1
|
run: ./gradlew build
|
||||||
./gradlew build
|
|
||||||
|
|||||||
Reference in New Issue
Block a user