mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 00:18:34 +00:00
Add official Gradle Wrapper validation action.
See: https://github.com/gradle/wrapper-validation-action
This commit is contained in:
parent
66a668f55b
commit
455974cb05
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -13,5 +13,7 @@ jobs:
|
|||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 1.8
|
java-version: 1.8
|
||||||
|
- name: Validate Gradle Wrapper
|
||||||
|
uses: gradle/wrapper-validation-action@v1
|
||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew qa
|
run: ./gradlew qa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user