Update JDK and build brouter-routing-app (android)

This commit is contained in:
Manuel Fuhr 2021-10-06 16:57:46 +02:00
parent 2849271e24
commit 4b39e6ea66

View file

@ -16,11 +16,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up JDK 8 - name: Set up JDK 11
uses: actions/setup-java@v2 uses: actions/setup-java@v2
with: with:
java-version: '8' java-version: '11'
distribution: 'zulu' distribution: 'zulu'
cache: gradle cache: gradle
- name: Create local.properties
run: touch local.properties
- name: Build with Gradle - name: Build with Gradle
run: ./gradlew build run: ./gradlew build