Update android.yml

This commit is contained in:
Tornike Khintibidze 2020-04-30 21:07:58 +04:00 committed by GitHub
parent 5cf0be5313
commit 5f651a639c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,13 +9,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant rights
run: chmod +x ./build.gradle
run: chmod +x ./gradlew
- name: Build project with Gradle
run: ./gradlew build