Skip to content

CHG gradle version to 8.1.0 and java-17 #77

CHG gradle version to 8.1.0 and java-17

CHG gradle version to 8.1.0 and java-17 #77

Workflow file for this run

name: Android CI
on: [push, pull_request]
jobs:
build:

Check failure on line 7 in .github/workflows/android.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/android.yml

Invalid workflow file

You have an error in your yaml syntax on line 7
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.17
- name: Cache Gradle packages
uses: actions/cache@v2
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Build with Gradle
run: ./gradlew build