Update android.yml to run Gradle version command

This commit is contained in:
2023-09-26 17:57:40 +01:00
committed by GitHub
parent 943bb4dd39
commit 20134d5bcf

View File

@@ -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